TypeScript
const options = {method: 'DELETE'}; fetch('http://localhost:4055/api/v1/notifications/inbox/{id}/read', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "success": true, "data": { "id": "<string>", "read": false }, "meta": { "requestId": "<string>", "timestamp": "<string>" } }
Mark notification as unread
Explicit platform identifier. If provided, overrides auto-detection based on session context.
arc
atlas
Marked as unread
true
Show child attributes
Was this page helpful?