Deleting a Tag from a Network ACL
Function
This API is used to delete a tag from a specified network ACL. This is an idempotent API. The tag key cannot be left blank or be an empty string. If the key of the tag to be deleted does not exist, 404 will be returned.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/{project_id}/firewalls/{firewall_id}/tags/{tag_key}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
firewall_id |
Yes |
String |
The unique ID of a network ACL. The value is a string in UUID format. The network ACL with a given ID must exist. |
|
project_id |
Yes |
String |
Project ID |
|
tag_key |
Yes |
String |
Tag key |
Request Parameters
None
Response Parameters
Status code: 204
Normal request response. For more status codes, see Status Codes.
None
Example Requests
Delete a tag from a network ACL.
DELETE https://{Endpoint}/v3/{project_id}/firewalls/{firewall_id}/tags/{tag_key}
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
Normal request response. For more status codes, see Status Codes. |
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.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot