1
0
forked from docs/doc-exports
doc-exports/docs/vpn/api-ref/vpn_api_0036.html
Hongwei, King Wang 32c06a10a2 vpn_api
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: Hongwei, King Wang <king.wanghongwei@huawei.com>
Co-committed-by: Hongwei, King Wang <king.wanghongwei@huawei.com>
2024-08-15 14:18:28 +00:00

6.5 KiB

Deleting a VPN Connection Monitor

Function

This API is used to delete a VPN connection monitor with a specified ID.

Calling Method

For details, see Calling APIs.

URI

DELETE /v5/{project_id}/connection-monitors/{connection_monitor_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.

connection_monitor_id

String

Yes

Specifies the ID of a VPN connection monitor.

Request

  • Request parameters

    None

  • Example request
    DELETE https://{Endpoint}/v5/{project_id}/connection-monitors/{connection_monitor_id}

Response

  • Response parameters

    Returned status code 204: successful deletion

  • Example response

    None

Status Codes

For details, see Status Codes.