All Products
Search
Document Center

Enterprise Distributed Application Service:DeleteEcu

Last Updated:Mar 01, 2024

Deletes an Elastic Compute Unit (ECU).

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

POST /pop/v5/resource/delete_ecu

Request parameters

ParameterTypeRequiredDescriptionExample
EcuIdstringYes

The unique ID of the ECU to be deleted.

5c0b8c82-4ba9-****-****-130a34ffa534

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success
Datastring

The returned data that indicates whether the ECU is deleted. A value of OK indicates that the ECU is deleted.

OK
RequestIdstring

The ID of the request.

fb08fd29-b197-40ab-****-****

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "Data": "OK",
  "RequestId": "fb08fd29-b197-40ab-****-****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history