Amazon S3 · Schema

DeleteResult

Container for the response of the DeleteObjects operation.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Deleted array
Error array
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-delete-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteResult",
  "type": "object",
  "description": "Container for the response of the DeleteObjects operation.",
  "properties": {
    "Deleted": {
      "type": "array"
    },
    "Error": {
      "type": "array"
    }
  }
}