Last updated 11 months ago
Was this helpful?
Remove a collaborator to a project. Note that you cannot invoke this function if only a single collaborator is present.
Project ID
Username or e-mail address
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/collaborators/remove' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "usernameOrEmail": "text" }'
{ "success": true, "error": "text" }