forked from docs/doc-exports
Reviewed-by: Muller, Martin <martin.muller@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
7.9 KiB
7.9 KiB
Deleting a File System
Function
This API is used to delete a file system.
URI
DELETE /
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
Authorization |
Yes |
String |
The signature header field. |
Date |
Yes |
String |
The request time. |
Host |
Yes |
String |
The host address. |
Response Parameters
This response uses common headers. For details, see Table 1.
Example Request
DELETE / HTTP/1.1 User-Agent: curl/7.29.0 Host: examplefilesystem.sfs3.example.region.com Accept: */* Date: WED, 01 Jul 2015 02:31:25 GMT Authorization: OBS H4IPJX0TQTHTHEBQQCEC:jZiAT8Vx4azWEvPRMWi0X5BpJMA=
Example Response
HTTP/1.1 204 No Content Server: OBS X-Obs-Request-Id: 0000018893B8081DC047305E783867DD X-Obs-Id-2: 32AAAQAAEAABSkAgAAEAABAAAQAAEAABCT5UWgsaro3EEnOsNEzf8w8dnydR+Eak Date: WED, 01 Jul 2015 02:31:25 GMT
Status Codes
Status Code |
Description |
|---|---|
204 |
The file system is deleted. |
Error Codes
Parent topic: File Systems