Saltar al contenido principal
DELETE
https://{tenantDomain}/api/v2
/
groups
/
{id}
Eliminar un Group
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/groups/{id} \
  --header 'Authorization: Bearer <token>'

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

Identificador único del grupo (generado por el servicio).

Required string length: 18 - 26

Respuesta

Grupo eliminado correctamente.