Cancel a SEPA Direct Debit collection

DELETE /v2/collections/{id}

This endpoint allows you to cancel a SEPA Direct Debit collection before it has been submitted.

Concretely a collection can only be canceled while in scheduled state.

Path parameters

  • id string(uuid) Required

    ID of the collection.

DELETE /v2/collections/{id}
curl \
 -X DELETE https://api.memo.bank/v2/collections/45195a6f-daa8-4bc1-9ac4-3979e72bd89d \
 -H "Authorization: Bearer $ACCESS_TOKEN"