White Label Admin - Delete an organization
White label admin only API to delete an organization.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
innerOrganizationIdintegerRequired
Organization ID within the context of a white label
Responses
200
OK
application/json
Responseall of
delete
DELETE /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"id": 12873488112
}
Last updated
Was this helpful?