Deleting a Tag from a Global Connection Bandwidth
Function
This API is used to delete a tag from a global connection bandwidth.
URI
DELETE /v3/gcb/{resource_id}/tags/{tag_key}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
resource_id |
Yes |
String |
Unique identifier of a resource. |
tag_key |
Yes |
String |
Key of the tag to be deleted. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. |
Response Parameters
Status code: 204
The global connection bandwidth tag has been deleted.
None
Example Requests
Deleting a tag from a global connection bandwidth
DELETE https://{cc_endpoint}/v3/gcb/{resource_id}/tags/{tag_key}
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
The global connection bandwidth tag has been deleted. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.