IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete list item
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete list item
editDeletes list items.
Request URL
editDELETE <kibana host>:<port>/api/lists/items
URL query parameters
editThe URL query must include one of the following:
-
id-DELETE /api/lists/items?id=<id> -
list_idandvalue-DELETE /api/lists/items?list_id=<list_id>&value=<value>
Example request
editDeletes the list item with an id of internal-ip-london:
DELETE api/lists/items?id=internal-ip-london
Deletes list items from an ip container using CIDR notation:
DELETE api/lists/items?list_id=internal-ip-excludes&value=127.0.0.0/30
Response code
edit-
200 - Indicates a successful call.