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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}