DeleteCopyrightProtection
Updated at:2025-11-03
API description
This API is designed to disable the original image protection function of the bucket.
Request syntax
Plain Text
1 DELETE /?copyrightProtection HTTP/1.1
2 Host: <BucketName>.bj.bcebos.com
3 x-bce-date: date
4 Authorization: AuthorizationString
Request example
Plain Text
1 DELETE /?copyrightProtection HTTP/1.1
2 Host: <BucketName>.bj.bcebos.com
3 x-bce-date: 2016-04-06T06:34:40Z
4 Authorization: AuthorizationString
Response example
Plain Text
1 HTTP/1.1 204 No Content
2 Date: Wed, 14 Sep 2016 05:37:16 GMT
3 x-bce-request-id: 1a5fd81e-626b-45b3-a885-15fff9cd106c
4 Server: BceBos
Notes:
- Only users with FULL_CONTROL permissions are allowed to disable the original image protection function. Otherwise, a 403 error is returned with the error code AccessDenied.
- If the original image protection function is already disabled for the requested bucket, an HTTP status code 204 will still be returned.
