Help Center/ Cloud Connect/ API Reference/ API/ Central Networks/ Deleting a Central Network Policy
Updated on 2025-07-29 GMT+08:00

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}

Table 1 Path Parameters

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

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

No

String

User token.

Response Parameters

Status code: 204

Table 3 Response header parameters

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.