> ## Documentation Index
> Fetch the complete documentation index at: https://docs.midasprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel Subscription

> Cancel a recurring payment

## Request

Only the payer can cancel.

```bash theme={null}
curl -X DELETE https://api.midasprotocol.org/subscriptions/sub-uuid \
  -H "Authorization: Bearer pp_your_key"
```

## Response

```json theme={null}
{
  "id": "uuid", "status": "CANCELLED",
  "cancelledAt": "2026-01-01T00:00:00.000Z"
}
```
