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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the group Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the token to delete Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Group token deleted successfully