1
0
forked from docs/doc-exports
doc-exports/docs/vpn/api-ref/vpn_api_1020.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

3.6 KiB

Deleting VPN Tags

Function

This API is used to delete VPN tags.

URI

DELETE /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags/{key}

In the URI, project_id indicates the project ID, resource_id indicates the ID of the target resource, and key indicates the tag key to be deleted.

Request

None

Response

None

Example

  • Example request
    DELETE /v2.0/{project_id}/ipsec-site-connections/{resource_id}/tags/{key}
  • Example response

    None

Returned Values

For details, see Common Returned Values.