cURL
curl --request POST \
--url https://development.knotapi.com/subscriptions/{id}/cancel \
--header 'Authorization: Basic <encoded-value>'{
"message": "Success"
}SubscriptionManager
Cancel Subscription
Cancel a subscription or bill associated with a linked merchant account.
POST
/
subscriptions
/
{id}
/
cancel
cURL
curl --request POST \
--url https://development.knotapi.com/subscriptions/{id}/cancel \
--header 'Authorization: Basic <encoded-value>'{
"message": "Success"
}Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Path Parameters
The subscription ID from the subscription object.
Example:
"ka8sdf0asdfm10as0a0sdfja7ssa8"
Response
Cancellation request accepted.
Example:
"Success"
Was this page helpful?
⌘I