Remove collaborator

POST {{baseUrl}}/api/:projectId/collaborators/remove

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

Request Body

{"usernameOrEmail"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}