Cancel a SEPA Direct Debit collection

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close
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.

Scope: collections:write

Path parameters

  • id string(uuid) Required

    ID of the collection.

Responses

  • 200

    OK

DELETE /v2/collections/{id}
curl \
 --request DELETE 'https://api.memo.bank/v2/collections/45195a6f-daa8-4bc1-9ac4-3979e72bd89d'