跳转到主要内容
基础设施相关接口/生命周期

卸载组件

卸载注销生命周期组件UUID。

DELETE/api/v1/lifecycle/components/{uuid}

操作 ID

UninstallComponent

起始版本

1.0.0

执行模式

同步

认证信息

需要认证

认证信息

调用该 API 时需要在请求头中携带以下认证信息。

Authorizationstring必填

Bearer 令牌

X-Tenant-IDstring

X-Tenant-ID

请求参数

路径参数

  • uuid
    String必填

    资源的UUID,唯一标识该资源。

响应状态

200 OK

DELETE 接口成功时返回空对象,失败时返回标准错误结构。

成功响应

{}

错误响应

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}