White Label Admin - Delete a project
White label admin only API to delete a project.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
delete
DELETE /v1/api/organizations/{organizationId}/whitelabel/projects/{projectId} 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?