billing_cancelSubscriptionV1
Cancel an active subscription to stop further billing. Use this endpoint to terminate services by providing the required subscription ID.
Instructions
Cancel a subscription and stop any further billing.
Use this endpoint when users want to terminate active services.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subscriptionId | Yes | Subscription ID |
Input Schema (JSON Schema)
{
"properties": {
"subscriptionId": {
"description": "Subscription ID",
"type": "string"
}
},
"required": [
"subscriptionId"
],
"type": "object"
}