Application Groups - Delete

Remove an applicationGroup.

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/applicationGroups/{applicationGroupName}?api-version=2022-02-10-preview

URI Parameters

Name In Required Type Description
applicationGroupName
path True

string

The name of the application group

resourceGroupName
path True

string

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

Successfully removed application group.

204 No Content

Application group does not exist.

Other Status Codes

CloudError

Automation error response describing why the operation failed.

Examples

ApplicationGroup_Delete

Sample Request

DELETE https://management.azure.com/subscriptions/daefabc0-95b4-48b3-b645-8a753a63c4fa/resourceGroups/resourceGroup1/providers/Microsoft.DesktopVirtualization/applicationGroups/applicationGroup1?api-version=2022-02-10-preview

Sample Response

Definitions

Name Description
CloudError

Cloud error object.

CloudErrorProperties

Cloud error object properties.

CloudError

Cloud error object.

Name Type Description
error

CloudErrorProperties

Cloud error object properties.

CloudErrorProperties

Cloud error object properties.

Name Type Description
code

string

Error code

message

string

Error message indicating why the operation failed.