Unassigning roles from groups on projects

DELETE /v3/projects/{project_id}/groups/{group_id}/roles/{role_id}

Unassign a role from a group on a project.

Source: https://docs.openstack.org/api-ref/identity/v3/index.html?expanded=unassign-role-from-group-on-project-detail#unassign-role-from-group-on-project

Request

Parameters

Name In Type Description
project_id path string The project ID.
group_id path string The group ID.
role_id path string The role ID.

Example

# curl -ks -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<node_IP_addr>:5000/v3/projects/03013ec787054e78ae26806636ad18d9/\
groups/c0d675eac29945ad9dfd08aa1bb75751/roles/65551e73cbb84ef9b09506832288cc1f

Response

Status codes

Success

Code Reason
204 - No Content The server has fulfilled the request.