Deleting a Central Network Policy
Function
This API is used to delete a central network policy. An applied policy cannot be deleted.
URI
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. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | No | String | User token. |
Response Parameters
Status code: 204
| Parameter | Type | Description |
|---|---|---|
| x-request-id | String | - |
Example Requests
Deleting a central network policy
DELETE /v3/{domain_id}/gcn/central-network/{central_network_id}/policies/{policy_id} Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 204 | The central network policy has been deleted. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.