{ "swagger": "2.0", "info": { "version": "2016-06-01", "title": "RecoveryServicesBackupClient", "x-ms-code-generation-settings": { "internalConstructors": false } }, "host": "management.azure.com", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/json" ], "paths": { "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/registeredIdentities/{identityName}": { "delete": { "tags": [ "ProtectionContainers" ], "description": "Unregisters the given container from your Recovery Services vault.", "operationId": "ProtectionContainers_Unregister", "parameters": [ { "$ref": "#/parameters/SubscriptionId" }, { "$ref": "#/parameters/ResourceGroupName" }, { "$ref": "#/parameters/VaultName" }, { "$ref": "#/parameters/ApiVersion" }, { "name": "identityName", "in": "path", "description": "Name of the protection container to unregister.", "required": true, "type": "string" } ], "responses": { "204": { "description": "NoContent" } }, "deprecated": false } } }, "definitions": {}, "parameters": { "SubscriptionId": { "name": "subscriptionId", "in": "path", "description": "The subscription ID.", "required": true, "type": "string" }, "ResourceGroupName": { "name": "resourceGroupName", "in": "path", "description": "The name of the resource group associated with the Recovery Services vault.", "required": true, "x-ms-parameter-location": "method", "type": "string" }, "VaultName": { "name": "vaultName", "in": "path", "description": "The name of the Recovery Services vault.", "required": true, "x-ms-parameter-location": "method", "type": "string" }, "ApiVersion": { "name": "api-version", "in": "query", "description": "Client API version.", "required": true, "type": "string" } }, "securityDefinitions": { "azure_auth": { "type": "oauth2", "description": "Azure Active Directory OAuth2 Flow.", "flow": "implicit", "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", "scopes": { "user_impersonation": "impersonate your user account." } } }, "security": [ { "azure_auth": [ "user_impersonation" ] } ] }