This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Delete exception item
editDelete exception item
editDeletes an exception item.
Request URL
editDELETE <kibana host>:<port>/api/exception_lists/items
URL query parameters
editThe URL query must include one of the following:
-
id
-DELETE /api/exception_lists/items?id=<id>
-
item_id
-DELETE /api/exception_lists/items?item_id=<item_id>
Example request
editDeletes the exception item with an item_id
of external-IPs
:
DELETE api/exception_lists/items?item_id=external-IPs
Response code
edit-
200
- Indicates a successful call.