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.
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>"
}
Project ID
OK
The response is of type object
.