Delete exception itemedit

Deletes an exception item.

The Kibana Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl or another HTTP tool instead. For more information, refer to Console.

Request URLedit

DELETE <kibana host>:<port>/api/exception_lists/items

URL query parametersedit

The 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 requestedit

Deletes the exception item with an item_id of external-IPs:

DELETE api/exception_lists/items?item_id=external-IPs

Response codeedit

200
Indicates a successful call.