Delete an exception list item
Spaces method and path for this operation:
delete /s/{space_id}/api/exception_lists/items
Refer to Spaces for more information.
Delete an exception list item using the id
or item_id
field.
Query parameters
-
Either
id
oritem_id
must be specifiedMinimum length is
1
. -
Either
id
oritem_id
must 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
agnostic
orsingle
.
DELETE
/api/exception_lists/items
curl \
--request DELETE 'https://localhost:5601/api/exception_lists/items' \
--header "Authorization: $API_KEY"