Delete a mandate signature request

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

A mandate signature request can be deleted in case the collection mandate no longer needs to be completed and signed. This action is only possible while the mandate signature request is not in completed status.

Scope: mandate-signature-requests:write

Path parameters

  • id string(uuid) Required

    ID of the mandate signature request.

Responses

  • 200

    OK

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