# Remove an account from retry cycle Stops any active retry cycles associated with the account provided. Endpoint: PUT /api/v1/payments/remove_account_from_retry_cycle/{account_id} Version: 2026-02-20 Security: basicAuth ## Path parameters: - `account_id` (string, required) ID of an account. ## 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: [310, 311, 312]"