Delete an IBAN

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 /v1/ibans/{id}

This operation permanently deletes an IBAN from your account.

Scope: ibans:write

Path parameters

  • id string(uuid) Required

    ID of the IBAN.

Responses

  • 204

    No content

DELETE /v1/ibans/{id}
curl \
 --request DELETE 'https://api.memo.bank/v1/ibans/c70bd7bc-58e0-4fdb-8c1f-70186e0de587'