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>"
}
Organization ID
OK
The response is of type object
.