Security Lists API
Delete a value list
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/lists</span></div>Refer to Spaces for more information.
Delete a value list using the list ID.
info When you delete a list, all of its list items are also deleted.
delete/api/lists
Query parameters
idstring nonempty required
Value list's identifier.
Example:21b01cfb-058d-44b9-838c-282be16c91cd
Value list identifier to delete, including all of its list items.
deleteReferencesboolean
Determines whether exception items referencing this value list should be deleted.
ignoreReferencesboolean
Determines whether to delete value list without performing any additional checks of where this list may be utilized.
Response
Successful response
Example response
{
"_version": "WzIsMV0=",
"@timestamp": "2025-01-08T04:47:34.273Z",
"created_at": "2025-01-08T04:47:34.273Z",
"created_by": "elastic",
"id": "21b01cfb-058d-44b9-838c-282be16c91cd",
"name": "List of bad IPs",
"tie_breaker_id": "f5508188-b1e9-4e6e-9662-d039a7d89899",
"updated_at": "2025-01-08T04:47:34.273Z",
"updated_by": "elastic",
"version": 1
}