Delete a user group

DELETE/v1/users/group/{uuid}

Path parameters

  • uuidstringRequired#
    Unique identifier of the user group.

Responses

204User group deleted (no content).
401Unauthorized.Error
404Not found.Error
curl -X DELETE https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"