Skip to main content
POST
/
api
/
notifications
Mark all notifications as read and delete them
curl --request POST \
  --url https://your-instance.example.com/api/notifications \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Response

All notifications deleted

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