Tool details
Playground
Input schema
input-schema.json
Output schema
output-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Cancel the current subscription and downgrade to free tier
| Field | Value |
|---|---|
| Name | veryfront__cancel_subscription |
| Group | Subscriptions |
{
"type": "object",
"properties": {
"confirm": {
"type": "boolean",
"description": "Must be true to confirm cancellation"
}
},
"required": [
"confirm"
],
"additionalProperties": false,
"description": "Input schema for the cancel_subscription tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the returned record."
},
"deleted": {
"type": "boolean",
"description": "The deleted associated with this tool result."
}
},
"required": [
"deleted"
],
"additionalProperties": false,
"description": "Structured result returned by the cancel_subscription tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}