Deletes an Elastic Compute Unit (ECU).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:DeleteEcu |
delete |
*All Resource
|
None | None |
Request syntax
POST /pop/v5/resource/delete_ecu HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| EcuId |
string |
Yes |
The unique ID of the ECU to be deleted. |
5c0b8c82-4ba9-****-****-130a34ffa534 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The additional information that is returned. |
success |
| Data |
string |
The returned data that indicates whether the ECU is deleted. A value of |
OK |
| RequestId |
string |
The ID of the request. |
fb08fd29-b197-40ab-****-**** |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"Data": "OK",
"RequestId": "fb08fd29-b197-40ab-****-****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.