Notifly
API ReferenceSubscribers

Delete a notification

Delete a specific in-app (inbox) notification permanently by its unique identifier **notificationId**.

DELETE
/v2/subscribers/{subscriberId}/notifications/{notificationId}

Delete a specific in-app (inbox) notification permanently by its unique identifier notificationId.

Authorization

secretKey
Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".

In: header

Path Parameters

subscriberId*string

The identifier of the subscriber

notificationId*string

The identifier of the notification

Query Parameters

contextKeys?array<string>

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"
Empty