IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete list container
editDelete list container
editDeletes a list container.
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 Run Elasticsearch API requests.
When you delete a list container, all of its list items are also deleted.
Request URL
editDELETE <kibana host>:<port>/api/lists
URL query parameters
editThe URL query must include the list container’s id
:
id
- DELETE /api/lists?id=<id>
Example request
editDeletes 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.