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

Deleting a Global Connection Bandwidth

Function

This API is used to delete a global connection bandwidth.

URI

DELETE /v3/{domain_id}/gcb/gcbandwidths/{id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

Account ID.

id

Yes

String

Instance ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

No

String

User token.

Response Parameters

Status code: 204

The global connection bandwidth has been deleted.

None

Example Requests

Deleting a global connection bandwidth

DELETE https://{cc_endpoint}/v3/{domain_id}/gcb/gcbandwidths/{id}

Example Responses

None

Status Codes

Status Code

Description

204

The global connection bandwidth has been deleted.

Error Codes

See Error Codes.