Deleting groups

DELETE /v3/groups/{group_id}

Delete a group with the specified ID.

Source: https://docs.openstack.org/api-ref/identity/v3/index.html?expanded=delete-group-detail#delete-group

Request

Parameters

Name In Type Description
group_id path string The group ID.

Example

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

Response

Status codes

Success

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