NotifyHub
Openapi

Delete notification

DELETE
/v1/me/notifications/{notificationId}

Permanently removes a notification from the authenticated recipient's inbox. This action is irreversible. The endpoint is idempotent — deleting an already-deleted notification returns success.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X DELETE "https://loading/v1/me/notifications/{notificationId}"
Empty