cURL
curl --request DELETE \ --url https://services.pref.rio/heimdall-admin/api/v1/roles/groups/{group_name}/roles/{role_name} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Remove role from group. Implements DELETE /groups//roles/ as specified in SPEC.md Section 3.4.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response