forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
7.3 KiB
7.3 KiB
Deleting a Global Connection Bandwidth
Function
This API is used to delete a global connection bandwidth.
URI
DELETE /v3/{domain_id}/gcb/gcbandwidths/{id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
domain_id |
Yes |
String |
Account ID. |
id |
Yes |
String |
Instance ID. |
Request 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.
Parent topic: Global Connection Bandwidths