Cancel support plan
POST
https://api.vpsbg.eu/v1/support/cancelThis endpoint can be used to send a cancel request for an active support plan.
Request
Body Params application/json
now
booleanย
required
If set to false, the subscription will be canceled at the end of the billing cycle.
reason
stringย
optional
Example
{
"now": false,
"reason": "Service not needed."
}
Request samples
Responses
Successfully cancelled support.(200)
Successfully cancelled support.
HTTP Code:ย 200
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 2 months ago