This API is used to delete a central network policy. An applied policy cannot be deleted.
DELETE /v3/{domain_id}/gcn/central-network/{central_network_id}/policies/{policy_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
domain_id |
Yes |
String |
Account ID. |
policy_id |
Yes |
String |
Central network policy ID. |
central_network_id |
Yes |
String |
Central network ID. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
No |
String |
User token. |
Status code: 204
Parameter |
Type |
Description |
|---|---|---|
x-request-id |
String |
- |
Deleting a central network policy
DELETE /v3/{domain_id}/gcn/central-network/{central_network_id}/policies/{policy_id}
None
Status Code |
Description |
|---|---|
204 |
The central network policy has been deleted. |
See Error Codes.