curl --request DELETE \
--url https://lens-api.tic.io/watchlists/{id}/events/acknowledge \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '
{
"eventIds": [
123
]
}
'Clears the acknowledgement state of a set of events identified by EventIds. Returns the number of events un-acknowledged.
curl --request DELETE \
--url https://lens-api.tic.io/watchlists/{id}/events/acknowledge \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '
{
"eventIds": [
123
]
}
'