# Remove an invoice from retry cycle

Stops any active retry cycles associated with the invoice provided.

Endpoint: PUT /api/v1/payments/remove_invoice_from_retry_cycle/{invoice_id}
Version: 2026-05-15
Security: basicAuth

## Path parameters:

  - `invoice_id` (string, required)
    ID of an invoice.

## Response 200 fields (application/json):

  - `success` (boolean)
    Indicates whether the operation is successful.
    Example: true

  - `message` (string)
    The response message.
    Example: "Payments with the following IDs have been removed from the retry cycle: [290, 291]"


