platform

Delete Group

Soft-delete a group and remove every FGA tuple that references it.

Removes both object: group:{id} tuples (members of the group) and user: group:{id}#member tuples (places where the group is granted a role on something else, plus the org-link tuple). The Postgres row is marked deleted = true so it stays available for audit.

delete/api/platform/groups/{group_id}

Path parameters

group_idstring required

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.