Delete messages by transactionId
Delete multiple messages from the Novu platform using transactionId of triggered event. This API supports filtering by channel and delete all messages associated with the transactionId.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_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
Response Body
Empty
Delete a message DELETE
Delete a message entity from the Novu platform by **messageId**. This action is irreversible. **messageId** is required and of mongodbId type.
Integration schema
Reference the Novu integration schema used in API requests and responses. Review fields, data types, and object structure for this resource.