DeleteBucketDomain
API.GET Bucket Domain
to query all custom domains bound to the bucket first, and call PUT Bucket Domain
to bind the needed domains again.DELETE /?domain HTTP/1.1Host: <BucketName-APPID>.cos.<Region>.myqcloud.comDate: GMT DateAuthorization: Auth String
Host: <BucketName-APPID>.cos.<Region>.myqcloud.com
, <BucketName-APPID> is the bucket name followed by the APPID, such as examplebucket-1250000000
(see Bucket Overview > Basic Information and Bucket Overview > Bucket Naming Conventions), and <Region> is a COS region (see Regions and Access Endpoints).DELETE /?domain HTTP/1.1Host: examplebucket-1250000000.cos.ap-beijing.myqcloud.comDate: Wed, 29 Apr 2020 09:10:59 GMTAuthorization: q-sign-algorithm=sha1&q-ak=AKID8A0fBVtYFrNm02oY1g1JQQF0c3JO****&q-sign-time=1588151459;1588158659&q-key-time=1588151459;1588158659&q-header-list=date;host&q-url-param-list=domain&q-signature=813ddfaa3de3882f4b5ed2e0683e8a5f09e4****Connection: close
HTTP/1.1 204 No ContentConnection: closeDate: Wed, 29 Apr 2020 09:11:00 GMTServer: tencent-cosx-cos-request-id: NWVhOTQ0YTNfYWZjOTJhMDlfMWNhYTBfOTEw****x-cos-trace-id: OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODczNTBmNjMwZmQ0MTZkMjg0NjlkNTYyNmY4ZTRkZTk0NzJmZTI0ZmJhYTZmZjYyNmU5ZGNlZDI5YjkyODkwYjNhZjFjMTVmYjUyNmEyY2VjMjAzMGI5NWM5ZmZlOWQyZGY=Content-Length: 0
Was this page helpful?