Delete a message
Delete a message entity from the Novu platform by **messageId**. This action is irreversible. **messageId** is required and of mongodbId type.
Delete a message entity from the Novu platform by messageId. This action is irreversible. messageId is required and of mongodbId type.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Path Parameters
messageIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
acknowledgedRequiredbooleanA boolean stating the success of the action
statusRequiredstringThe status enum for the performed action
"deleted"List all messages GET
List all messages for the current environment. This API supports filtering by **channel**, **subscriberId**, and **transactionId**. This API returns a paginated list of messages.
Delete messages by transactionId DELETE
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**.