curl --request DELETE \
--url https://{tenantDomain}/api/v2/groups/{id} \
--header 'Authorization: Bearer <token>'Delete a group by its ID.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/groups/{id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://auth0-sdk8048.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the group (service-generated).
18 - 26Group successfully deleted.
Cette page vous a-t-elle été utile ?