curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/members/{userId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
White label admin only API to remove a user from a project.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/members/{userId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Organization ID
Project ID
User ID
OK
The response is of type object
.