Delete messages by transactionId

Deletes messages entity from the Novu platform using TransactionId of message

DELETE/v1/messages/transaction/{transactionId}

Authorization

Authorization<token>

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

In: header

Path Parameters

transactionIdRequiredstring

Query Parameters

channelstring

The channel of the message to be deleted

Value in: "in_app" | "email" | "sms" | "chat" | "push"

Header Parameters

idempotency-keystring

A header for idempotency purposes

curl -X DELETE "https://api.novu.co/v1/messages/transaction/<string>?channel=in_app" \
  -H "idempotency-key: <string>" \
  -H "Authorization: <token>"