Registered Identities - Delete
Unregisters the given container from your Recovery Services vault.
DELETE https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}?api-version=2016-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
identity
|
path | True |
|
Name of the protection container to unregister. |
resource
|
path | True |
|
The name of the resource group where the recovery services vault is present. |
subscription
|
path | True |
|
The subscription Id. |
vault
|
path | True |
|
The name of the recovery services vault. |
api-version
|
query | True |
|
Client Api Version. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
NoContent |
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 registered Identity
Sample Request
DELETE https://management.azure.com/Subscriptions/77777777-d41f-4550-9f70-7708a3a2283b/resourceGroups/BCDRIbzRG/providers/Microsoft.RecoveryServices/vaults/BCDRIbzVault/registeredIdentities/dpmcontainer01?api-version=2016-06-01