All Products
Search
Document Center

MaxCompute:DeleteQuotaPlan

Last Updated:Jul 15, 2024

Deletes a quota plan.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

DELETE /api/v1/quotas/{nickname}/plans/{planName}

Request parameters

ParameterTypeRequiredDescriptionExample
nicknamestringYes

QuotaNickName

quota_A
planNamestringYes

The name of the quota plan.

planA
tenantIdstringNo

The ID of the tenant.

416441016836866
regionstringNo

The ID of the region.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

PopResult

requestIdstring

The ID of the request.

0b57ff7616612271051086500ea3ce
datastring

The returned result.

success

Examples

Sample success responses

JSONformat

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

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history