Help Center/ Cloud Connect/ API Reference/ API/ Global Connection Bandwidth Tag Management/ Deleting a Tag from a Global Connection Bandwidth
Updated on 2025-07-29 GMT+08:00

Deleting a Tag from a Global Connection Bandwidth

Function

This API is used to delete a tag from a global connection bandwidth.

URI

DELETE /v3/gcb/{resource_id}/tags/{tag_key}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

resource_id

Yes

String

Unique identifier of a resource.

tag_key

Yes

String

Key of the tag to be deleted.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token.

Response Parameters

Status code: 204

The global connection bandwidth tag has been deleted.

None

Example Requests

Deleting a tag from a global connection bandwidth

DELETE https://{cc_endpoint}/v3/gcb/{resource_id}/tags/{tag_key}

Example Responses

None

Status Codes

Status Code

Description

204

The global connection bandwidth tag has been deleted.

Error Codes

See Error Codes.