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

DeletePermissionGroup

最近更新时间2023.03.28 21:40:03

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

调用 DeletePermissionGroup 接口删除权限组。

请求参数

名称类型是否必选示例值说明
PGroupIdStringpgroup-33251455****需要删除的权限组 ID。

FileSystemType

String

Extreme

文件系统类型,当前取值为:
Extreme:表示 NAS 极速型。

返回数据

null

请求示例

POST /?Action=DeletePermissionGroup&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=*********************

{
    "PGroupId" : "pgroup-ffbdd916****",
    "FileSystemType" : "Extreme"
}

返回示例

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