Skip to main content
DELETE
/
notifications
/
{id}
Delete notification
curl --request DELETE \
  --url https://api-message.nativehub.live/api/v1/notifications/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Notification ID

Response

200 - application/json

Notification deleted successfully

message
string