Delete Notifications For User
deletes notifications for a user
POST
/
users
/notifications
Request Body
application/json
Requireddelete notification body
body
Requiredarray<string>
an array of notification ID's to be marked as read or deleted
Header Parameters
Authorization
Requiredstring
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