cURL
curl --request DELETE \ --url https://api-message.nativehub.live/api/v1/notifications/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "deleted" }
Delete a notification
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification ID
Notification deleted successfully