Skip to main content
DELETE
/
api
/
notifications
/
{notificationId}
Mark a single notification as read and delete it
curl --request DELETE \
  --url https://your-instance.example.com/api/notifications/{notificationId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Notification deleted",
  "notificationId": "66e0a0b0c0d0e0f0a0b0c0d0"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notificationId
string
required

Response

Notification deleted

success
enum<boolean>
required
Available options:
true
message
string
required
notificationId
string
required