調用SetMemberDeletionPermission開啟或關閉成員刪除許可。

使用說明

當開啟成員刪除許可后,才能刪除資源賬號類型的成員。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

請求參數

名稱 類型 是否必選 示例值 描述
Action String SetMemberDeletionPermission

要執行的操作。取值:SetMemberDeletionPermission

Status String Enabled

開啟或關閉成員刪除許可。取值:

  • Enabled:開啟。
  • Disabled:關閉。

關于公共請求參數的詳情,請參見公共參數

返回數據

名稱 類型 示例值 描述
RequestId String C55A4CAA-9039-1DDF-91CE-FCC134513D29

請求ID。

MemberDeletionStatus String Enabled

成員刪除許可狀態。取值:

  • Enabled:已開啟。
  • Disabled:已關閉。
ManagementAccountId String 151266687691****

資源目錄的管理賬號ID。

ResourceDirectoryId String rd-3G****

資源目錄ID。

示例

請求示例

https://resourcemanager.aliyuncs.com/?Action=SwitchMemberDeletionPermission
&Status=Enabled
&<公共請求參數>

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<SetMemberDeletionPermissionResponse>
    <ResourceDirectoryId>rd-3G****</ResourceDirectoryId>
    <RequestId>C55A4CAA-9039-1DDF-91CE-FCC134513D29</RequestId>
    <MemberDeletionStatus>Enabled</MemberDeletionStatus>
    <ManagementAccountId>151266687691****</ManagementAccountId>
</SetMemberDeletionPermissionResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "ResourceDirectoryId" : "rd-3G****",
  "RequestId" : "C55A4CAA-9039-1DDF-91CE-FCC134513D29",
  "MemberDeletionStatus" : "Enabled",
  "ManagementAccountId" : "151266687691****"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 InvalidParameter.Status The specified Status is invalid. 參數Status無效。
403 MemberAccountAccessDenied The member account is not allowed to perform the operation. 成員賬號不允許執行該操作。
404 EntityNotExists.ResourceDirectory The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. 當前賬號未啟用資源目錄,請先啟用資源目錄。

訪問錯誤中心查看更多錯誤碼。