[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Delete Group By ID V2

Description

This API is used to delete group role(s) by vmid.

Request

Request

URL

URL


delete
https://localhost:8080/lcm/authzn/api/v2/groups/{vmid}
Copy

Path Parameters

Path Parameters

string
vmid Required

vmid


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns GroupDTO of type(s) application/json
{
    "displayName": "ALL USERS",
    "domain": "<domain>",
    "groupType": "ALL_USERS",
    "providerIdentifier": "c1c9f52d-afd1-4561-afbf-2b5334-y57ds",
    "vmid": "cf8d99a2-3748-486f-b555-6ac64bc9f84c"
}
string
displayName Optional

Display Name


string
domain Optional

Domain


groupMetadata Optional

string
groupType Optional

Group Type


boolean
isDisabled Optional

string
providerIdentifier Optional

Provider ID


array of RoleDTO
roleMappings Optional

string
vmid Optional

Group ID


204 No Content

No Content

Errors

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

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
Feedback

Was this page helpful?