[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Delete Groups On Org
DescriptionRemoves the roles of a specified enterprise group within an organization and removes the group.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups
Path Parameters
Path Parameters
string
orgId
Required
- Organization selected for which the Group roles will be assigned
Request Body
Request Body
{
"ids": [
"...",
"..."
],
"notifyUsersInGroups": true
}
array of
string
ids
Optional
The client IDs to delete
boolean
notifyUsersInGroups
Optional
Publish email notification to group members.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
204 No Content
Returns
DeleteGroupRolesRequest
of type application/json
Request has succeeded
{
"ids": [
"...",
"..."
],
"notifyUsersInGroups": true
}
array of
string
ids
Optional
The client IDs to delete
boolean
notifyUsersInGroups
Optional
Publish email notification to group members.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X DELETE -H "Content-Type: application/json" -d '{"ids":["...","..."],"notifyUsersInGroups":true}' https://console.navigator.vmware.com/cphub/api/auth/v1/federation/orgs/{orgId}/groups
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: body
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator