Delete list containeredit

Deletes a list container.

The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl or another HTTP tool instead. For more information, refer to Console.

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

Request URLedit

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

URL query parametersedit

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

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

Example requestedit

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

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

Response codeedit

200
Indicates a successful call.