DeleteObjectAcl
Updated at:2025-11-03
API description
This command is used to revoke the access permissions of an object.
Request
-
Request syntax
Plain Text1DELETE /<ObjectName>?acl HTTP/1.1 2Host: <BucketName>.bj.bcebos.com 3x-bce-date: <Date> 4Authorization: <AuthorizationString> -
Request headers
No special header parameters
-
Request parameters
No special parameters
Response
-
Response headers
No special parameters returned
-
Response parameters
No special parameters returned
Notes
- If archive storage class objects have not been fully restored, or if archive storage class files were recently uploaded (refer to the restoration duration for details), the Object ACL cannot be deleted.
Example
-
Request example
Plain Text1 DELETE /ObjectName?acl HTTP/1.1 2 Host: BucketName.bj.bcebos.com 3 x-bce-date: 2017-05-01T12:23:49Z 4 Authorization: AuthorizationString -
Response example
Plain Text1HTTP/1.1 200 OK 2Date: Wed, 01 Mar 2017 12:25:00 GMT 3Content-Length: 0 4Server: BceBos 5x-bce-request-id:413e34fd-118d-4049-b992-1b1f3a68b1f5
