Cancel a subscription
Subscriptions
Cancel a subscription
Cancels an active subscription for a customer.
POST
Cancel a subscription
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Path Parameters
The unique identifier of the subscription to be cancelled. Example UUID from docs: 78058918-9746-4280-9b9b-1bd5115eec6e
Body
application/json
Response
200 - application/json
Subscription cancellation processed successfully.
Example:
"Subscription cancellation processed successfully."