This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Delete list container
editDelete list container
editDeletes a list container.
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.