IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete exception container
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete exception container
editDeletes an exception container.
Request URL
editDELETE <kibana host>:<port>/api/exception_lists
URL query parameters
editThe 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
editDeletes 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.