[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Delete Group By ID V2
DescriptionThis API is used to delete group role(s) by vmid.
Request
URLURL
https://localhost:8080/lcm/authzn/api/v2/groups/{vmid}
Path Parameters
Path Parameters
string
vmid
Required
vmid
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
204 No Content returns
GroupDTO
of type(s) application/json
{
"displayName": "ALL USERS",
"domain": "<domain>",
"groupMetadata": {
"additionalMeta": [
"string"
],
"distinguishedName": "string",
"externalId": "string"
},
"groupType": "ALL_USERS",
"isDisabled": false,
"providerIdentifier": "c1c9f52d-afd1-4561-afbf-2b5334-y57ds",
"roleMappings": [
{
"roleDescription": "vRealize Lifecycle Manager Administrator",
"roleName": "admin",
"vmid": "782c2945-3b69-4e29-8b32-b3d0d37ff562"
}
],
"vmid": "cf8d99a2-3748-486f-b555-6ac64bc9f84c"
}
string
displayName
Optional
Display Name
string
domain
Optional
Domain
string
groupType
Optional
Group Type
boolean
isDisabled
Optional
string
providerIdentifier
Optional
Provider ID
string
vmid
Optional
Group ID
Errors
401
Unauthorized
403
Forbidden
Code Samples
Code Samples
cURL Command
curl -X DELETE https://localhost:8080/lcm/authzn/api/v2/groups/{vmid}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager