Delete an exception list
Spaces method and path for this operation:
delete /s/{space_id}/api/exception_lists
Refer to Spaces for more information.
Delete an exception list using the id or list_id field.
Query parameters
-
Either
idorlist_idmust be specifiedMinimum length is
1. -
Either
idorlist_idmust be specifiedMinimum length is
1. -
Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:
single: Only available in the Kibana space in which it is created.agnostic: Available in all Kibana spaces.
Values are
agnosticorsingle.
DELETE
/api/exception_lists
curl \
--request DELETE 'https://localhost:5601/api/exception_lists' \
--header "Authorization: $API_KEY"