Delete a notification
Delete a specific in-app (inbox) notification permanently by its unique identifier **notificationId**.
Delete a specific in-app (inbox) notification permanently by its unique identifier notificationId.
Authorization
secretKey API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".
In: header
Path Parameters
The identifier of the subscriber
The identifier of the notification
Query Parameters
Context keys for filtering
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v2/subscribers/string/notifications/string"Unsnooze a notification PATCH
Unsnooze a specific in-app (inbox) notification by its unique identifier **notificationId**.
Complete a notification action PATCH
Mark a single in-app (inbox) notification's action (primary or secondary) as completed by its unique identifier **notificationId** and action type **actionType**.