Skip to main content
Notifications

Delete All Notifications

Deletes all notifications for the given user

POST
/
v3
/
notifications
/
markAllNotificationsAsDeleted

Authentication Parameters

X-ENGAGESPOT-API-KEY
string
header
required

X-ENGAGESPOT-USER-ID
string
header
required

Authentication Bearer
string
header

Required if secure mode is enabled in your workspace

Path Parameters

id
integer
required

Notification ID

curl 'https://api.engagespot.co/v3/notifications/markAllNotificationsAsDeleted' \
  -X 'POST' \
  -H 'X-ENGAGESPOT-USER-ID: user-identifier' \
  -H 'X-ENGAGESPOT-API-KEY: your-api-key' \
  -H 'Content-Type: application/json'