Remove Collaborator
Remove a collaborator to a project. Note that you cannot invoke this function if only a single collaborator is present.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/collaborators/remove \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"usernameOrEmail":"string"}'
Last updated
Was this helpful?