cURL
curl --request DELETE \ --url http://api/v2/projects/{projectId}/roles/assignments/user/{userId}
{ "results": "<any>", "status": "ok" }
Delete project role assignment for user
Success
ok
Was this page helpful?