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
transactionIdRequiredstringQuery Parameters
channelstringThe channel of the message to be deleted
Value in: 
"in_app" | "email" | "sms" | "chat" | "push"Header Parameters
idempotency-keystringA header for idempotency purposes