Help Center> Cloud Connect> API Reference> API> Global Private Bandwidths> Deleting a Global Private Bandwidth
Updated on 2024-05-13 GMT+08:00

Deleting a Global Private Bandwidth

Function

This API is used to delete a global private bandwidth.

Calling Method

For details, see Calling APIs.

URI

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

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

domain_id

Yes

String

Account ID.

Minimum: 10

Maximum: 32

id

Yes

String

Resource ID.

Minimum: 32

Maximum: 36

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

No

String

User token.

Minimum: 0

Maximum: 2000000

Response Parameters

None

Example Requests

Deleting a global private bandwidth

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

Example Responses

None

Status Codes

Status Code

Description

204

The global private bandwidth has been deleted.

Error Codes

See Error Codes.