Deletes a list.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
listId | Mandatory | string | Specify the ID/UUID of the list you want to delete. |
API Request
curl -X "DELETE"
"<qualys_base_url>/csapi/v1.3/list/43bcefbf-74cd-4d67-9b87-f3f4284d8cce"
-H "accept: application/json"
-H "Authorization: Bearer <token>"
Response
Response code 200
Was this topic helpful?