Delete an endpoint exception list item
Delete an endpoint exception list item using the id
or item_id
field.
DELETE
/api/endpoint_list/items
curl \
--request DELETE 'https://localhost:5601/api/endpoint_list/items' \
--header "Authorization: $API_KEY"