curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId} \
--header 'x-api-key: <api-key>'{
"success": true,
"error": "<string>"
}Remove the current organization, and all data associated with it. This is irrevocable!
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId} \
--header 'x-api-key: <api-key>'{
"success": true,
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
Organization ID
Was this page helpful?