Unconditionally removes the specified message from the specified queue.

C# |
DeleteMessageResponse DeleteMessage( DeleteMessageRequest request )

- request (DeleteMessageRequest)
- Delete Message request

Delete Message Response from the service

Even if the message is locked by another reader due to the visibility timeout setting, it is still deleted from the queue.