Updated on 2025-09-19 GMT+08:00

Deleting a Scheduled Plan for Adding or Deleting a Logical Cluster

Function

This API is used to delete a scheduled plan for adding or deleting a logical cluster.

Calling Method

For details, see Calling APIs.

URI

DELETE /v1/{project_id}/clusters/{cluster_id}/logical-cluster-plans/{plan_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

cluster_id

Yes

String

Definition

Cluster ID. For details about how to obtain the value, see Obtaining the Cluster ID.

Constraints

N/A

Range

N/A

Default Value

N/A

project_id

Yes

String

Definition

Project ID. To obtain the value, see Obtaining a Project ID.

Constraints

N/A

Range

N/A

Default Value

N/A

plan_id

Yes

String

Definition

Plan ID.

Constraints

N/A

Range

N/A

Default Value

N/A

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

error_code

String

Definition

Error code.

Range

N/A

error_msg

String

Definition

Error message.

Range

N/A

Example Requests

Delete a scheduled plan for adding or deleting a logical cluster.

DELETE https://{Endpoint}/v1/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/logical-cluster-plans/0b494d0d-8431-4c4f-8a06-2cc42d0d0c7d

Example Responses

Status code: 200

Plan for adding and deleting a logical cluster deleted.

{
  "errCode" : "DWS.0000",
  "externalMessage" : "Request successfully processed.",
  "error_code" : "DWS.0000",
  "error_msg" : "Request successfully processed.",
  "retCode" : "DWS.0000",
  "retMessage" : "Request successfully processed."
}

Status Codes

Status Code

Description

200

Plan for adding and deleting a logical cluster deleted.

400

Request error.

401

Authentication failed.

403

You do not have required permissions.

404

No resources found.

500

Internal server error.

503

Service unavailable.