Mark a single notification as read and delete it
Notification
Mark a single notification as read and delete it
Dismiss a single notification by id. Returns 404 if the notification does not belong to the calling user.
DELETE
Mark a single notification as read and delete it
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.