Delete Group

Delete Group

This endpoint is responsible for deleting a group. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.6.

Request
URI
DELETE
https://{api_host}//usergroup/t/{tenant}/scim/v2/Groups/{id}
COPY
Path Parameters
string
id
Required

The ID of the group

string
tenant
Required

The VMware Identity Services tenant ID

tenant example
my-tenant

Authentication
This operation uses the following authentication methods.
Responses
204

The group was successfully deleted.

Operation doesn't return any data structure

404

The group was not found.

Operation doesn't return any data structure

409

Deletion of the group is not allowed.

Operation doesn't return any data structure