queues_delete_message
Acknowledges and removes a received message from a queue, completing the receive-process-delete cycle.
Instructions
Delete (acknowledge) a received message.
This is the normal end of the receive/process/delete cycle, not an
infrastructure delete, so it is not gated by SCW_ENABLE_DELETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region such as ``fr-par``. Defaults to the configured region. | |
| queue_name | Yes | Queue name. | |
| receipt_handle | Yes | The ReceiptHandle from ``receive_messages``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||