Skip to main content
DELETE
/
api
/
v1
/
notifications
/
:id
Dismiss Notification
curl --request DELETE \
  --url https://api.example.com/api/v1/notifications/:id
{
  "success": true
}
Dismisses (soft-deletes) a notification. It will no longer appear in the notification list.

Path Parameters

id
integer
required
The notification ID.

Response

{
  "success": true
}

Errors

StatusCause
404Notification not found