Notifly
API ReferenceMessages

Delete messages by transactionId

Delete multiple messages from the Notifly platform using **transactionId** of triggered event. This API supports filtering by **channel** and delete all messages associated with the **transactionId**.

DELETE
/v1/messages/transaction/{transactionId}

Delete multiple messages from the Notifly platform using transactionId of triggered event. This API supports filtering by channel and delete all messages associated with the transactionId.

Authorization

secretKey
Authorization<token>

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

In: header

Path Parameters

transactionId*string

Query Parameters

channel?string

The channel of the message to be deleted

Value in

  • "in_app"
  • "email"
  • "sms"
  • "chat"
  • "push"

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/v1/messages/transaction/507f1f77bcf86cd799439011"
Empty