forked from docs/virtual-private-cloud
3.2 KiB
3.2 KiB
- original_name
vpc_sharebandwidth_0003.html
Deleting a Shared Bandwidth
Function
This API is used to delete a shared bandwidth.
URI
DELETE /v2.0/{project_id}/bandwidths/{bandwidth_id}
Table 1 <vpc_sharebandwidth_0003__table45251091>
describes the parameters.
Request Message
Request parameter
Table 2 Request header parameter Parameter Mandatory Type Description X-Auth-Token Yes String Specifies the user token. The token can be obtained by calling the IAM API used for obtaining a user token. The value of X-Subject-Token in the response header is the user token. Example request
DELETE https://{Endpoint}/v2.0/{project_id}/bandwidths/{bandwidth_id}
Response Message
Response parameter
None
Example response
Or
{ "code":"xxx", "message":"xxxxx" }
Status Code
See Status Codes <vpc_api_0002>
.
Error Code
See Error Codes <vpc_api_0003>
.