Last updated 11 months ago
Was this helpful?
White label admin only API to remove a user from a project.
Organization ID
Project ID
User ID
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects/{projectId}/members/{userId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }