doc-exports/docs/vpn/api-ref/en_topic_0093011488.html
gtema 6b71b4a1fa Initial import of the VPN API document
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2022-12-07 13:22:09 +00: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.