Delete Tag
You can delete the tag using the Container Security APIs if required.
Input ParametersInput Parameters
|
Parameter |
Mandatory/Optional |
Data Type |
Description |
|---|---|---|---|
| tagName | Mandatory | string | Mention the name of the tag you want to delete. |
Sample: Delete a TagSample: Delete a Tag
API Request
curl -X 'DELETE' \ '<qualys_base_url>/csapi/v1.3/tag/delete?tagName=static_1' \ -H 'accept: application/json' \ -H 'Authorization: Bearer <token>'
Response
Tag deleted successfully