v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBAdministration - Groups
Delete Group
Deletes the given group
delete/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}
Path parameters
orgUuidstring required
org UUID (from the Mend App: Administration General > Organization UUID).
groupUuidstring required
Group UUID (Administration > Groups)
Response
OK
Example response
{
"supportToken": "1171c60d",
"response": {
"message": "Success!"
}
}