Skip to main content
DELETE
/
watchlists
/
{id}
/
events
/
{eventId}
/
acknowledge
Unacknowledge a single event
curl --request DELETE \
  --url https://lens-api.tic.io/watchlists/{id}/events/{eventId}/acknowledge \
  --header 'x-api-key: <api-key>'
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

eventId
integer<int32>
required

Event ID to un-acknowledge

Response

Event un-acknowledged