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.
curl -X PATCH https://api.khaime.com/api/v1/partner/subscriptions/sub_abc123/cancel \ -H "X-API-Key: pk_sandbox_your_key"
Cancel an active subscription.
{ "success": true, "data": { "id": "sub_abc123", "status": "cancelled", "cancelled_at": "2026-01-20T15:00:00.000Z" } }