Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/api/v1/ops/notifications/{notificationRecipientId} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "message": "required", "path": "name" } ], "message": "Bad Request Error", "statusCode": 400 }
Removes a notification from the inbox.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification recipient identifier
"0195e7a1-8b5c-7d3e-9f4a-2c6b8d0e1f3a"
No Content