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
transactionId
RequiredstringQuery Parameters
channel
stringThe channel of the message to be deleted
Value in:
"in_app" | "email" | "sms" | "chat" | "push"
Header Parameters
idempotency-key
stringA header for idempotency purposes