# Remove a debit memo from retry cycle Stops any active retry cycles associated with the debit memo provided. Endpoint: PUT /api/v1/payments/remove_debit_memo_from_retry_cycle/{debit_memo_id} Version: 2026-02-20 Security: basicAuth ## Path parameters: - `debit_memo_id` (string, required) ID of a debit memo. ## 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: [301]"