Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Group deleted successfully
Delete a group from the system with cascading cleanup.
Authorization: Users can delete groups they have permission to manage. Permissions are checked via Cerbos policies.
Cascade Effects:
Use Cases:
Safety: Group deletion is irreversible. Ensure the group is no longer needed before deletion.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Group deleted successfully