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>'
{}

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

Generic response envelope. Endpoint-specific fields are intentionally open.