You need to enable JavaScript to run this app.
导航

DeleteFS

最近更新时间2022.09.19 20:53:12

首次发布时间2022.09.19 20:53:12

调用 DeleteFS 接口删除文件系统。

请求参数

名称类型是否必选示例值说明
FSIdStringenas-cn01961fc437****需要删除的文件系统 ID。

返回数据

null

请求示例

POST /?Action=DeleteFS&Version=2021-01-01 HTTP/1.1
Content-Type: application/json
Host: filenas.volcengineapi.com
X-Date: 20210328T100802Z
Authorization: HMAC-SHA256 Credential=AK*********************/20210328/cn-beijing/filenas/request, SignedHeaders=x-date, Signature=*********************

{
    "FSId" : "enas-cn01961fc437****"
}

返回示例

{
    "ResponseMetadata":{
        "RequestId":"20220916175010010198056167163E****",
        "Action":"DeleteFS",
        "Version":"2021-01-01",
        "Service":"FileNAS",
        "Region":"cn-beijing-a"
    },
    "Result": null
}