Try asking a question about Knot to the AI assistant, or install the MCP server or Knot skill to build with AI right from your IDE.
curl --request POST \
--url https://development.knotapi.com/subscriptions/{id}/cancel \
--header 'Authorization: Basic <encoded-value>'{
"message": "Success"
}Cancel a subscription or bill associated with a linked merchant account.
curl --request POST \
--url https://development.knotapi.com/subscriptions/{id}/cancel \
--header 'Authorization: Basic <encoded-value>'{
"message": "Success"
}Documentation Index
Fetch the complete documentation index at: https://docs.knotapi.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
The subscription ID from the subscription object.
"ka8sdf0asdfm10as0a0sdfja7ssa8"
Cancellation request accepted.
"Success"
Was this page helpful?
Suggestions