Kaneo Logo
Notifications

Clear All Notifications

Clear all notifications for the current user

DELETE
/notification/clear-all

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Response Body

application/json

curl -X DELETE "https://cloud.kaneo.app/api/notification/clear-all"
{
  "success": true,
  "count": 0
}