Remove collaborator

Remove collaborator

Remove a collaborator to a project. Note that you cannot invoke this function if only a single collaborator is present.

post

/api/{projectId}/collaborators/remove

Authorizations
Path parameters
projectIdintegerrequired

Project ID

Body
usernameOrEmailstringrequired

Username or e-mail address

Responses
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"
}

Last updated

Was this helpful?