Last updated 10 months ago
Was this helpful?
Remove the current organization, and all data associated with it. This is irrevocable!
/api/organizations/{organizationId}
Organization ID
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }