Delete Alert Policy
DELETE /vdc/alertpolicy/{policyName}
Deletes the Alert Policy with the given name if exists
policyName | String of the policy name |
Required Roles
This call has no restrictions.
Request Payload
No Request Payload
Response Body
Indicating success or failure of the alert policy delete operation
Examples
Request
DELETE https://localhost:4443/vdc/alertpolicy/myRPOPolicy
Content-Type: application/xml
Response
HTTP/1.1 200 OK
Content-Type: application/xml
Request
DELETE https://localhost:4443/vdc/alertpolicy/myRPOPolicy
Content-Type: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/json
Request
curl -H $token -H "Content-Type: application/xml" -X DELETE https://$nodeIp:4443/vdc/alertpolicy/myRPOPolicy
Response
HTTP/1.1 200 OK
Content-Type: application/xml