DevZero Logo
DevZero

Delete Notifications For User

deletes notifications for a user

POST
/users/notifications
/users/notifications

Request Body

application/jsonRequired

delete notification body

body
Required
array<string>

an array of notification ID's to be marked as read or deleted

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

curl -X POST "https://api.devzero.io/backend/v0/users/notifications" \
  -H "Authorization: string" \
  -H "Content-Type: application/json" \
  -d '[
    "string"
  ]'

No content