This API is used to delete a global connection bandwidth.
DELETE /v3/{domain_id}/gcb/gcbandwidths/{id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
domain_id |
Yes |
String |
Account ID. |
id |
Yes |
String |
Instance ID. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
No |
String |
User token. |
Status code: 204
The global connection bandwidth has been deleted.
None
Deleting a global connection bandwidth
DELETE https://{cc_endpoint}/v3/{domain_id}/gcb/gcbandwidths/{id}
None
Status Code |
Description |
|---|---|
204 |
The global connection bandwidth has been deleted. |
See Error Codes.