curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId} \
--header 'x-api-key: <api-key>'{
"success": true,
"id": 12873488112,
"error": "<string>"
}White label admin only API to delete a project.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId} \
--header 'x-api-key: <api-key>'{
"success": true,
"id": 12873488112,
"error": "<string>"
}Was this page helpful?