{{{ "title": "Delete a Cross Data Center Firewall Policy", "date": "5-23-2016", "author": "Anthony Hakim", "attachments": [], "contentIsHTML": false }}}
Deletes a firewall policy for a given account, between networks in different data centers ("cross data center firewall policy"). Calls to this operation must include a token acquired from the authentication endpoint. See the Login API for information on acquiring this token.
When to Use It
Use this API operation when you need to delete a firewall policy between networks in different data centers.
NOTE: This API operation is experimental only, and subject to change without notice. Please plan accordingly.
URL
Structure
DELETE https://api.ctl.io/v2-experimental/crossDcFirewallPolicies/{sourceAccountAlias}/{dataCenter}/{policyId}
Example
DELETE https://api.ctl.io/v2-experimental/crossDcFirewallPolicies/SRC_ALIAS/VA1/921670344d781378a8df6159c00bddea
Request
URI Parameters
Name | Type | Description | Req. |
---|---|---|---|
sourceAccountAlias | string | Short code for a particular account | Yes |
dataCenter | string | Short string representing the target data center for the new policy. Valid codes can be retrieved from the Get Data Center List API operation. | Yes |
policyId | string | ID of the firewall policy | Yes |
Response
There is no response upon the successful removal of the firewall policy.