Messages
Delete messages by transactionId
Deletes messages entity from the Novu platform using TransactionId of message
DELETE
/
v1
/
messages
/
transaction
/
{transactionId}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
transactionId
string
requiredQuery Parameters
channel
enum<string>
The channel of the message to be deleted
Available options:
in_app
, email
, sms
, chat
, push
Was this page helpful?