Skip to main content
DELETE
/
notification
/
clear-all
cURL
curl --request DELETE \
  --url https://cloud.kaneo.app/api/notification/clear-all \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "count": 123
}

Authorizations

Authorization
string
header
required

API Key authentication

Response

200 - application/json

All notifications cleared

success
boolean
required
count
number