删除应用分组。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ClusterId | string | 是 | 集群 ID | xxljob-b6ec1xxxx |
AppName | string | 是 | 应用名称 | test-app |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "CF99C381-C8F6-5A8D-8C24-57F46B706D2D",
"Code": 200,
"Message": "Parameter error: content is null.",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | Parameter error: %s. | 参数错误: %s |
401 | IllegalRequest | IllegalRequest: %s. | 非法请求:%s |
403 | NoPermission | No permission to perform this operation: %s. | 没有权限去执行该操作:%s |
404 | NotFound | Not found: %s. | 资源不存在:%s |
500 | InternalError | InternalError: %s. | 系统内部错误:%s |
访问错误中心查看更多错误码。