AWS SDK for .NET Documentation
DeleteMessage Method (request)
AmazonAmazon.SQSAmazonSQSClientDeleteMessage(DeleteMessageRequest) Did this page help you?   Yes   No    Tell us about it...
Unconditionally removes the specified message from the specified queue.
Declaration Syntax
C#
public DeleteMessageResponse DeleteMessage(
	DeleteMessageRequest request
)
Parameters
request (DeleteMessageRequest)
Delete Message request
Return Value
Delete Message Response from the service
Remarks
Even if the message is locked by another reader due to the visibility timeout setting, it is still deleted from the queue.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)