Skip to main content

Delete objects

POST 

/v1/storages/delete-objects

Batch delete objects.

This API is subject to cloud storage bucket permission configuration and identity authentication and authorization. Ensure the requesting identity has the necessary permissions for the corresponding resources.

For cloud storage permission configuration, see Cloud Storage Basic Permissions and Cloud Storage Security Rules.

💡 Tip: If cloud storage operations are blocked by basic permissions or security rules, you may encounter the error code: STORAGE_EXCEED_AUTHORITY

💡 Tip: If cloud storage operations are blocked by the identity authentication mechanism, you may encounter the error code: ACTION_FORBIDDEN

Request

Body

arrayrequired

Delete object request parameters, array format

  • Array [
  • cloudObjectId Cloud object ID (string)
  • ]

Responses

Returned when the call is successful

Response Headers
  • X-Request-Id string

    Request ID

Schema
  • Array [
  • oneOf
    cloudObjectId Cloud object ID (string)
  • ]
Loading...