cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/collaborators/remove \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "usernameOrEmail": "<string>" }'
{ "success": true, "error": "<string>" }
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
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?