curl --request DELETE \
--url https://{tenantDomain}/api/v2/roles/{id}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
"<string>"
]
}
'Unassign one or more groups from a specified role.
curl --request DELETE \
--url https://{tenantDomain}/api/v2/roles/{id}/groups \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
"<string>"
]
}
'Documentation Index
Fetch the complete documentation index at: https://auth0-feat-tenant-logs-explorer.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 role (service-generated).
Array of group IDs to remove from the role.
1Unique identifier for the group (service-generated).
18 - 26^grp_[1-9a-km-zA-HJ-NP-Z]{14,22}$Groups successfully removed from role.
Cette page vous a-t-elle été utile ?