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" }