Skip to main content
DELETE
/
notifications
/
:notificationId
Delete Notification
curl --request DELETE \
  --url https://www.api.baselink.tech/notifications/:notificationId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Delete a specific notification.
success
boolean
Indicates if the notification was deleted successfully.
message
string
Success or error message.