- 2 minutes to read

Delete Messages

πŸ’‘Delete a message from the Active and Dead Letter sub queue (). Content on this page is applies with Service Bus Queues and Topic Subscriptions.

Nodinite lets you delete messages from the Active or Dead Letter sub queue of your Service Bus queue and Topic Subscription, helping you maintain queue health and resolve issues. This page explains how to confirm, execute, and review successful delete operations for single or multiple messages.

Expect to:

  • βœ… Instantly remove unwanted messages from queues
  • βœ… Confirm intent before deleting for safe operations
  • βœ… Delete single or multiple messages with ease
  • βœ… Use Nodinite's intuitive interface for queue management
  • βœ… Audit delete operations for compliance and troubleshooting

Single Message Deletion

You can delete a message from the sub queue by clicking on the Delete menu item in the Actions button for the selected active message.
Delete Message Menu Item
Example showing the Delete menu item in the Actions button for the selected active message.

Next, you will be prompted with intent to continue with the operation. Click either Yes to proceed and No to abort the current operation.
Confirm intent to Delete Message
Displays the confirmation dialog for deleting a message.

If the operation is successful, you will see a result resembling the following screen capture:
Delete Message Operation Succeeded
Example of the success screen after deleting a message.

Multiple Messages Deletion

You can also delete multiple messages by selecting them in the list and clicking on the With Selected button at the bottom of the list view.
With Selected Delete Messages
Example showing the With Selected button for deleting one or more messages from the sub queue.


Next Step