Last updated 9 months ago
Was this helpful?
Cancel the current subscription.
/api/user/subscription/cancel
Reason for downgrading the subscription.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/user/subscription/cancel' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json'
{ "success": true, "error": "text" }