forked from docs/doc-exports
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
7.7 KiB
7.7 KiB
DELETE Bucket Custom Domain
OBS uses the DELETE method to delete the custom domain name of a bucket.
Request Syntax
1 2 3 4 5 6 | DELETE /?customdomain=domainname HTTP/1.1 User-Agent: curl/7.29.0 Host: bucketname.obs.region.example.com Accept: */* Date: date Authorization: authorization string |
Request Parameters
Parameter |
Description |
Mandatory |
---|---|---|
customdomain |
Specifies the custom domain name to be deleted. Type: string, which must meet the naming convention of domain names. Specifications: The value contains a maximum of 256 characters. No default value. |
Yes |
Request Headers
This request uses common headers. For details about common request headers, see the section Common Request Headers.
Request Elements
This request involves no elements.
Response Syntax
1 2 3 4 5 | HTTP/1.1 204 No Content Server: OBS x-amz-request-id: request id x-amz-id-2: id Date: date |
Response Headers
This response uses common headers. For details about common response headers, see the section Common Response Headers.
Response Elements
This response involves no elements.
Error Responses
No special error responses are returned. For details about error responses, see Table 1.
Sample Request
1 2 3 4 5 6 | DELETE /?customdomain=obs.ccc.com HTTP/1.1 User-Agent: curl/7.29.0 Host: examplebucket.obs.region.example.com Accept: */* Date: Mon, 14 Jan 2019 08:27:50 +0000 Authorization: AWS UDSIAMSTUBTEST000094:ACgHHA1z+dqZhqS7D2SbU8ugluw= |
Sample Response
1 2 3 4 5 | HTTP/1.1 204 No Content Server: OBS x-amz-request-id: 000001697694073F80E9D3D43BB10B8F x-amz-id-2: 32AAAQAAEAABSAAgAAEAABAAAQAAEAABCSyjWyXNRPSnFymJW0AI59GKpW0Qm9UJ Date: Wed, 13 Mar 2019 10:23:26 GMT |
Parent topic: Operations on Buckets