Passer au contenu principal
DELETE
https://{tenantDomain}/api/v2
/
groups
/
{id}
Supprimer un groupe
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/groups/{id} \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

Identifiant unique du groupe (généré par le service).

Required string length: 18 - 26

Réponse

Groupe supprimé avec succès.