doc-exports/docs/vpn/api-ref/en_topic_0093011488.html
Artem Goncharov 56d5aaa767 Initial import of the VPN API document
Fetch content from the current helpcenter
2022-11-24 09:32:33 +01:00

2.8 KiB

Deleting a VPN Resource Tag

Function

This interface is used to delete a VPN resource tag.

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 target resource ID, and key indicates the tag key to be deleted.

Request Message

None

Response Message

None

Example

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

    None

Returned Values

For details, see section Common Returned Values.