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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true}