Updated on 2024-07-29 GMT+08:00

Deleting a VPN Access Policy

Function

This API is used to delete a VPN access policy with a specified ID.

Calling Method

For details, see Calling APIs.

URI

DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies/{policy_id}

Table 1 Parameter description

Parameter

Type

Mandatory

Description

project_id

String

Yes

Specifies a project ID. You can obtain the project ID by referring to Obtaining the Project ID.

vpn_server_id

String

Yes

Specifies the ID of a VPN server.

policy_id

String

Yes

Specifies the ID of an access policy.

Request

  • Request parameters

    None

  • Example request
    DELETE https://{Endpoint}/v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies/{policy_id}

Response

  • Response parameters

    Returned status code 204: successful deletion

Status Codes

For details, see Status Codes.