White Label Admin - Delete organization data export

White Label Admin - Delete organization data export

delete

Delete a data export for an organization. This is an API only available to white label admins.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

innerOrganizationIdintegerRequired

Organization ID within the context of a white label

exportIdintegerRequired

Export ID

Responses
200
OK
application/json
delete
DELETE /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/exports/{exportId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?