sqs_delete_message: Deletes the specified message from the specified queue

View source: R/sqs_operations.R

sqs_delete_messageR Documentation

Deletes the specified message from the specified queue

Description

Deletes the specified message from the specified queue. To select the message to delete, use the ReceiptHandle of the message (not the MessageId which you receive when you send the message). Amazon SQS can delete a message from a queue even if a visibility timeout setting causes the message to be locked by another consumer. Amazon SQS automatically deletes messages left in a queue longer than the retention period configured for the queue.

See https://www.paws-r-sdk.com/docs/sqs_delete_message/ for full documentation.

Usage

sqs_delete_message(QueueUrl, ReceiptHandle)

Arguments

QueueUrl

[required] The URL of the Amazon SQS queue from which messages are deleted.

Queue URLs and names are case-sensitive.

ReceiptHandle

[required] The receipt handle associated with the message to delete.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.