Skip to content

DELETE Delete All Notifications

Endpoint

DELETE /notify/all

Description

Deletes all notifications that belong to the authenticated client account.

The server takes account identity from the authenticated session.

Request Example

{}

Response Example

{
  "data": "OK"
}