# Delete a list Deletes a list Endpoint: DELETE /v1/lists/{ListID} Version: 5.0.0.0 Security: api_key_bearer ## Path parameters: - `ListID` (integer, required) Unique identifier for the list. ## Response 200 fields (application/json): - `deleteCount` (integer) The number of items deleted during the execution of the request. Example: 1 ## Response 400 fields (application/json): - `error` (string) A simple explanation of the problem. Not for display to end users. - `eventid` (string) A code in the form xxx-xxx-xxx that can be used for troubleshooting. Also present in headers as X-Radar-Request-Id Example: "abc-123-def" - `message` (string) If present, an explanation suitable for display to end users - `messageTitle` (string) If present, a title suitable for display to end users