BillingSubscriptionCancel
/Billing/subscription/cancel
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Response Body
application/json
curl -X POST "https://api.speaknode.com/api/Billing/subscription/cancel"{
"success": true,
"checkout_url": "string",
"error_message": "string"
}