Amazon S3 API · Schema

Delete

Container for the objects to delete.

Cloud StorageObject StorageStorage

Properties

Name Type Description
Objects object
Quiet object
View JSON Schema on GitHub

JSON Schema

s3-delete-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Delete",
  "type": "object",
  "properties": {
    "Objects": {},
    "Quiet": {}
  },
  "required": [
    "Objects"
  ],
  "description": "Container for the objects to delete."
}