curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
White label admin only API to delete an organization.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"id": 12873488112
}
Organization ID
Organization ID within the context of a white label
OK
The response is of type object
.