Remove protected resource (DELETE)

 

Published: July 13, 2016

Updated: July 12, 2016

You can remove a security solution that has been applied to an Azure resource. This will remove protection for the specific resource, but does not delete the security solution.

Method

Request Uri

DELETE

https://<endpoint>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/microsoft.Security/securitySolutions/{solutionName}/protectedResources/{protectedResourceName}?api-version={api-version}

Parameter

Description

subscriptionId

The subscription id

resourceGroup

The resource group of the security solution

solutionName

The name of the security solution

protectedResourceName

The name of the protected resource

Api-version

The version of the Security RP protocol used for this request

Common request headers only.

If successful, the operation returns HTTP status code of 200 (OK).

Show: