Delete a group token
Deletes an existing group token. This action is irreversible and will immediately invalidate the token.
Authorization: Requires group admin permissions. Warning: This operation cannot be undone and will immediately revoke access.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the group
Group name pattern. Allows any character except / (would split the FGA resource path — see ResourceIdentifier.parseFromFga) and * (FGA wildcard). Length cap of 70 covers both user-defined groups (max 63 chars, enforced by Validators.isValidString) and workspace-derived groups (workspace name 1-63 + "-group" suffix).
^(?!.*\*)(?!.*[/]).{1,70}$The unique identifier of the token to delete Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$Response
Group token deleted successfully