Marks a single notification item from a notification request as deleted. The next time the user opens the mobile app, the application notifications will be synchronised. Notification items are singular deliveries of a notification request to individual users and can be retrieved via GET /notifications/:id
DELETE https://api-authenticator.iwelcome.com/v1/notifications/:id/:item_id Headers: Authorization: Bearer {your application API Key} Content-Type: application/json
id
(string, required) - The id of the notification request to be deleted.
item_id
(string, required) - The notification item to be deleted.
{ "type": "api.application.notification.delete" }
Have a question? You can always send us an email at support@unloq.io, or contact us on chat.
For security related concerns, please visit our Security page.