Delete exception containeredit

Deletes an exception container.

Request URLedit

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

URL query parametersedit

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 requestedit

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

DELETE api/exception_lists?list_id=linux-processes

Response codeedit

200
Indicates a successful call.