Undo subscription cancellation

Undo subscription cancellation

Stop a pending cancellation. If you schedule a subscription to be canceled, and the subscription hasn't yet reached the end of the billing period, you can stop the cancellation. After a subscription has been canceled, you can't reactivate it.

post

/api/user/subscription/undo-cancel

Authorizations
Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/user/subscription/undo-cancel' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?