Delete exception container

edit

Deletes an exception container.

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 URL

edit

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

URL query parameters

edit

The URL query must include one of the following:

  • id - DELETE /api/exception_lists?id=<id>
  • list_id - DELETE /api/exception_lists?list_id=<list_id>

Example request

edit

Deletes the exception container with an list_id of linux-processes:

DELETE api/exception_lists?list_id=linux-processes

Response code

edit
200
Indicates a successful call.