Oracle Cloud Infrastructure · Example Payload

Oracle Cloud Deleteobject Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Oracle Cloud Deleteobject Example is an example object payload from Oracle Cloud Infrastructure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteObject",
  "method": "DELETE",
  "path": "/n/{namespaceName}/b/{bucketName}/o/{objectName}",
  "summary": "Oracle Cloud Delete Object",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "404",
      "contentType": "application/json",
      "name": "DeleteObject404Example",
      "example": {
        "code": "BucketNotFound",
        "message": "The bucket does not exist.",
        "status": 404
      }
    }
  ]
}