Delete list container

edit

Deletes a list container.

When you delete a list container, all of its list items are also deleted.

Request URL

edit

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

URL query parameters

edit

The URL query must include the list container’s id:

id - DELETE /api/lists?id=<id>

Example request

edit

Deletes the list container with an id of external-ip-excludes:

DELETE api/lists?id=external-ip-excludes

Response code

edit
200
Indicates a successful call.