ReferenceAPIOperationsProject Members
Remove a member from a project
Remove a member from a project
Operation ID
remove_project_memberAuthorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
project_id*string
Project ID
user_id*string
User ID
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/string/members/string"{ "ok": true}