Amazon S3 · Arazzo Workflow
Amazon S3 List and Batch Delete Objects
Version 1.0.0
List objects under a prefix then delete a batch of keys in one request.
View Spec
View on GitHub
ArchiveBackupCloud StorageData StorageObject StorageScalable StorageArazzoWorkflows
Provider
Workflows
list-and-batch-delete
List objects under a prefix then batch-delete a supplied set of keys.
Discovers objects under a prefix with ListObjectsV2 and removes a supplied set of keys with a single DeleteObjects request.
1
listObjects
List the objects under the prefix so the caller can see what is about to be removed.
2
batchDelete
Delete the supplied set of keys in a single DeleteObjects request, using quiet mode so only errors are returned.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.