Delete Notifications
Request
Path Parameters
Parameter
Type
Required
Description
Response
Success Response
4Error Responses
Status
Description
Last updated
Was this helpful?
DELETE /api/v1/notifications/delete/{notificationId}
Deletes all notifications up to and including the specified notification and returns the count of deleted notifications.
Authentication: Bearer token required (Authorization: Bearer <token>)
notificationId
string
Yes
The identifier of the notification up to which all notifications are deleted
Status: 200 OK
4The response is a number representing the count of deleted notifications.
401 Unauthorized
Missing or invalid token
500 Internal Server Error
Unexpected server failure
Last updated
Was this helpful?
Was this helpful?