All Products
Search
Document Center

MaxCompute:DeleteProject

Last Updated:Nov 21, 2025

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

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

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 Error Codes for a complete list.

Release notes

See Release Notes for a complete list.