messages - The messages created on the queue. The number of messages allowed in one request are configurable
by your cloud provider. Consult your cloud provider documentation to learn the maximum.
The claimId parameter specifies that the message is deleted only if it has the specified claim ID and that claim
has not expired. This specification is useful for ensuring only one worker processes any given message. When a
worker's claim expires before it can delete a message that it has processed, the worker must roll back any
actions it took based on that message because another worker can now claim and process the same message.
Parameters:
id - Specific ID of the message to delete.
claimId - Specific claim ID of the message to delete.