Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel a recurring payment
cURL
curl --request DELETE \ --url https://api.example.com/subscriptions/{id}
curl -X DELETE https://api.midasprotocol.org/subscriptions/sub-uuid \ -H "Authorization: Bearer pp_your_key"
{ "id": "uuid", "status": "CANCELLED", "cancelledAt": "2026-01-01T00:00:00.000Z" }