White Label Admin - Remove user from an organization
White label admin only API to remove a user from an organization.
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
innerOrganizationIdintegerRequired
Organization ID within the context of a white label
userIdintegerRequired
User ID
Responses
200
OK
application/json
delete
DELETE /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/members/{userId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text"
}
PreviousWhite Label Admin - Add user to an organizationNextWhite Label Admin - Get organization information
Last updated
Was this helpful?