DELETE
/
billing
/
subscriptions
/
{plan}
curl --request DELETE \
  --url https://api.altostrat.io/billing/subscriptions/{plan} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

plan
enum<string>
required

The plan name to cancel (e.g., basic).

Available options:
basic,
professional,
enterprise

Response

204

Subscription cancelled successfully.