Guest Configuration Assignments - Delete
Delete a guest configuration assignment
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}?api-version=2024-04-05
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
guest
|
path | True |
string |
Name of the guest configuration assignment |
resource
|
path | True |
string |
The resource group name. Regex pattern: |
subscription
|
path | True |
string |
Subscription ID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
vm
|
path | True |
string |
The name of the virtual machine. Regex pattern: |
api-version
|
query | True |
string |
Client Api Version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Delete an guest configuration assignment
Sample request
Sample response
Definitions
Name | Description |
---|---|
Error | |
Error |
Error response of an operation failure |
Error
Name | Type | Description |
---|---|---|
code |
string |
Error code. |
message |
string |
Detail error message indicating why the operation failed. |
ErrorResponse
Error response of an operation failure
Name | Type | Description |
---|---|---|
error |