Notificationsv1
Delete Notification
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token authentication
In: header
Path Parameters
notification_id*string
notification_id path parameter
Response Body
curl -X DELETE "https://example.com/v1/notifications/string"Empty
Previous Page
Establish a Server-Sent Events connection for real-time notifications. The server sends an `open` frame on connect, a `message` frame per notification, and a `: keepalive` comment every `notifications.sse.heartbeat_seconds` (default 25s) to keep intermediary proxies from closing the idle connection.