Revoke access to project by code.
DELETE {{baseUrl}}/project/:code/access
This method allows to revoke access to a specific project.
Request Body
{"member_id"=>2}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":true}