All Products
Search
Document Center

OpenSearch:RemoveElasticPlan

Last Updated:Jul 20, 2026

Retrieves the details of an elastic plan.

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 /v4/openapi/app-groups/{appGroupIdentity}/elastic-plans/{planId} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

appGroupIdentity

string

No

The application name.

app_group_name

planId

integer

No

The elastic plan ID.

11

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

Schema of Response

requestId

string

Id of the request

0A6EB64B-B4C8-CF02-810F-E660812972FF

httpCode

integer

The HTTP status code.

200

code

string

The error code.

ElasticPlan.NotFound

message

string

The error message.

Elastic plan not found

result

object

The returned result.

-

Examples

Success response

JSON format

{
  "requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
  "httpCode": 200,
  "code": "ElasticPlan.NotFound",
  "message": "Elastic plan not found",
  "result": {
    "test": "test",
    "test2": 1
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.