刪除邊緣數Routine。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
esa:DeleteRoutine | none | *全部資源 * |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Name | string | 是 | 邊緣函數 Routine 名。 | test-routine1 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395",
"Status": "OK"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InternalException | Failed to call the service. Try again later or contact technical support. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
400 | InvalidParameter | The specified parameter is invalid. | 輸入參數規范校驗失敗。 |
400 | RoutineNotExist | The routine name does not exist. Check the routine name and try again. | 輸入的函數名不存在,請您核對函數名,再重試。 |
400 | DependedByOthers | Failed to call the service. Try again later or contact technical support. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
400 | SiteParameterNotMatch | Failed to verify website parameters.Check the parameters and try again. | 輸入的站點相關參數校驗失敗。請檢查參數正確性后重試。 |
400 | RoutineUserServiceStatusHalt | Failed to update the configurations because you have overdue payments. | 用戶處于停機狀態,不能進行更新操作。 |
400 | InternalOperationError | Failed to call the service. Try again later or contact technical support. | 調用服務失敗,請稍后重試或聯系客服咨詢詳情。 |
400 | ParameterNotExist | The specified parameter does not exist. Check your configurations and try again. | 輸入參數不存在,請您核對后重試。 |
400 | CodeVersionInUse | Failed to delete the code version because it is being used. Before you delete it, roll back to the previous version. | 代碼版本正在使用中,無法直接刪除,請先將此版本回滾到上一版本,然后再嘗試刪除操作。 |
400 | UserOperationStatusIsLocked | You are calling an another routine related api. Please wait for the api finished, and try again later. | 您正在調用其他操作函數相關的接口,請等待其他接口調用完成后重試。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-12-04 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2024-11-05 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |