White Label Admin - Delete an organization

White Label Admin - Delete an organization

delete

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
curl -L \
  --request DELETE \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "id": 12873488112
}

Last updated

Was this helpful?