This is a batch version of DeleteMessage. It takes multiple receipt handles and
deletes each one of the messages. The result of the delete operation on each message is
reported individually in the response.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
|---|---|---|---|
|
|
Required |
The URL of the SQS queue to take action on. |
|
|
|
Required |
A list of receipt handles for the messages to be deleted.
|
|
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
|---|---|
|
A |
Source
Method defined in services/sqs.class.php | Toggle source view (12 lines) | View on GitHub

