调用 DeleteProject 接口删除一个日志项目。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ProjectId | String | 是 | f3******** | 日志项目 ID。 |
本接口无特有的返回参数。更多信息请见返回结构。
DELETE https://tls-{Region}.ivolces.com/DeleteProject HTTP/1.1 Content-Type: application/json { "ProjectId": "f3************" }
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HTTP 状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidArgument | Invalid argument key %s, value %s, please check argument. | 无效请求参数。 |
400 | ProjectDeletedHasTopic | Project to be deleted has topics, please delete all topics before you delete the project | 日志项目中有日志主题,无法删除。 |
404 | ProjectNotExists | Project does not exist. | 日志项目不存在。 |
500 | InternalServerError | We encountered an unexpected server error, please try again later. | 服务器内部错误。 |