DeleteProject

Updated at:

Deletes a MaxCompute project. This operation is irreversible. Use this API with caution.

Try it now

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

DELETE /api/v1/projects/{projectName} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

projectName

string

Yes

The name of the project.

odps_project

Request parameters

Parameter

Type

Required

Description

Example

isLogical

boolean

No

Specifies whether to perform a logical deletion. The default value is true. A value of false indicates a physical deletion.

true

Response elements

Element

Type

Description

Example

object

PopResult

requestId

string

The request ID.

0be3e0aa16667684362147582e038f

data

string

The returned result.

success

Examples

Success response

JSON format

{
  "requestId": "0be3e0aa16667684362147582e038f",
  "data": "success"
}

Error codes

See for a complete list.

Release notes

See 变更详情 for a complete list.