Remove protected resource (DELETE)

 

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.

Request

Method

Request Uri

DELETE

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

Request Uri Parameters

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

Request Headers

Common request headers only.

Request body

None.

Response

Status code

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

See Also

Security Solutions - Protected Resources
Security Resource Provider REST API Reference