1.28.3 delete-bucket
优质
小牛编辑
122浏览
2023-12-01
Delete Bucket related api supported by FDS
Version: 1.0.0
/{bucketname}
DELETE
Summary:
删除Bucket
Description:
必须是Bucket的拥有者才能操作,删除Bucket前必须删除Bucket下的所有Object
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
bucketname | path | bucket名字 | Yes | string |
authorization | header | 认证信息,计算方式参考签名认证相关文档 | Yes | string |
Date | header | 请求时间 | Yes | string |
Responses
Code | Description |
---|---|
200 | 请求成功 |
命令行示例
curl -v -X 'DELETE' 'http://cnbj0.fds.api.xiaomi.com/fds-demo1' \
-H 'authorization: Galaxy-V2 54xxx45:99xxxBY=' \
-H 'date: Wed, 22 Feb 2017 09:45:42 GMT'
* Hostname was NOT found in DNS cache
* Trying 111.206.200.99...
* Connected to cnbj0.fds.api.xiaomi.com (111.206.200.99) port 80 (#0)
> DELETE /fds-demo1 HTTP/1.1
> User-Agent: curl/7.35.0
> Host: cnbj0.fds.api.xiaomi.com
> Accept: */*
> authorization: Galaxy-V2 54xxx45:99xxxBY=
> date: Wed, 22 Feb 2017 09:45:42 GMT
>
< HTTP/1.1 200 OK
* Server Tengine is not blacklisted
< Server: Tengine
< Date: Wed, 22 Feb 2017 09:46:37 GMT
< Content-Length: 0
< Connection: keep-alive
< Access-Control-Allow-Credentials: true
< Access-Control-Max-Age: 1728000
< Access-Control-Allow-Methods: GET, POST, PUT, HEAD, DELETE, OPTIONS
< Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,Content-MD5
< Access-Control-Expose-Headers: content-md5, upload-time, x-xiaomi-meta-content-length
<
* Connection #0 to host cnbj0.fds.api.xiaomi.com left intact