調用DeleteFolder刪除資源夾。

說明 刪除資源夾前,請確保資源夾下不存在成員或子資源夾。

調試

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

請求參數

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

要執行的操作。取值:DeleteFolder。

FolderId String fd-ae1in7****

資源夾ID。

返回數據

名稱 類型 示例值 描述
RequestId String 9B34724D-54B0-4A51-B34D-4512372FE1BE

請求ID。

示例

請求示例

https://resourcemanager.aliyuncs.com/?Action=DeleteFolder
&FolderId=fd-ae1in7****
&<公共請求參數>

正常返回示例

XML 格式

<DeleteFolderResponse>
    <RequestId>9B34724D-54B0-4A51-B34D-4512372FE1BE</RequestId>
</DeleteFolderResponse>

JSON 格式

{
    "RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}

錯誤碼

HttpCode 錯誤碼 錯誤信息 描述
400 MissingParameter.FolderId You must specify FolderId. 資源夾ID缺失,請指定目標ID。
400 InvalidParameter.FolderId The FolderId is invalid. 資源夾ID無效,資源夾ID應以“r-”開頭+6位數字或英文字母或以“fd-”開頭+10位數字或英文字母。
409 DeleteConflict.Folder.SubFolder This folder has sub folders. 資源夾下存在子資源夾,請先刪除子資源夾。
409 DeleteConflict.Folder.Account This folder has accounts. 資源夾下存在成員,請先移除成員。
404 EntityNotExists.ResourceDirectory The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. 當前賬號未啟用資源目錄,請先啟用資源目錄。
404 EntityNotExists.Folder The resource directory folder does not exist. 資源夾不存在,請先創建資源夾。

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