Skip to main content
POST
/
v1
/
subscriptions
/
{id}
/
cancel
Cancel a subscription
curl --request POST \
  --url https://revstack.dev/v1/subscriptions/{id}/cancel
null

Path Parameters

id
string
required
Example:

"sub_abc123"

Response

200 - application/json

Subscription cancelled

The response is of type unknown.