# Cancel a SEPA transfer **DELETE /v2/transfers/{id}** This endpoint allows you to cancel a SEPA transfer before its execution has actually started. Concretely a transfer can be canceled while in `scheduled` or `authorized` state. However, attempting to cancel a transfer in `authorized` state may result in a `transfer_not_cancelable` error if the transfer has already been sent to the creditor's bank. For the same reason, instant transfers cannot be canceled at all. ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ### Path parameters - **id** (string(uuid)) ID of the transfer. ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)