Delete a user
White label admin only API to delete a user.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
userIdintegerRequired
User ID
Responses
200
OK
application/json
delete
DELETE /v1/api/organizations/{organizationId}/whitelabel/users/{userId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text"
}
PreviousWhite Label Admin - Update white label userNextWhite Label Admin - Get white label user metrics
Last updated
Was this helpful?