DELETE User Groups Provider Domain Name
Delete user group from Operations for Logs.
Group name in the authentication source. For the VIDM provider, the 'name' parameter must also include the domain. Example '.../user-groups/vidm/vmware.com/[email protected]' or '.../user-groups/ad/vmware.com/users
Authentication group domain.
Authentication provider. Should be ad or vidm
Successfully deleted user group.
Authentication group provider should have one of following values - 'ad','vidm'
Specified user group does not exists.
Internal error while processing the client request
{
"errorMessage": "The operation failed due to an internal error."
}
A message describing the error.
A code representing the type of error.
Dynamic error details, where the field name can vary depending on the request field and error code.
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v2/user-groups/{provider}/{domain}/{name}