Deletes an unused activation code.
Operation description
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecs:DeleteActivation |
update |
*activation
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the activation code. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia). You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| RegionId |
string |
Yes |
The region ID of the activation code. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia). You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| ActivationId |
string |
Yes |
The ID of the unused activation code. |
4ECEEE12-56F1-4FBC-9AB1-890F1234**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4ECEEE12-56F1-4FBC-9AB1-890F74942176 |
| Activation |
object |
Details about the activation code and its usage information. |
|
| CreationTime |
string |
The time when the activation code was created. |
2021-01-20T06:00:00Z |
| DeregisteredCount |
integer |
The number of instances that were deregistered. |
0 |
| InstanceCount |
integer |
The maximum number of times that the activation code can be used to register managed instances. |
1 |
| Description |
string |
The description of the activation code. |
This is description. |
| RegisteredCount |
integer |
The number of instances that were registered. |
0 |
| InstanceName |
string |
The default instance name prefix. |
test-InstanceName |
| IpAddressRange |
string |
The IP addresses of the hosts that are allowed to use the activation code. |
0.0.0.0/0 |
| TimeToLiveInHours |
integer |
The validity period of the activation code. Unit: hours. |
4 |
| ActivationId |
string |
The ID of the activation code. |
4ECEEE12-56F1-4FBC-9AB1-890F1234**** |
Examples
Success response
JSON format
{
"RequestId": "4ECEEE12-56F1-4FBC-9AB1-890F74942176",
"Activation": {
"CreationTime": "2021-01-20T06:00:00Z",
"DeregisteredCount": 0,
"InstanceCount": 1,
"Description": "This is description.",
"RegisteredCount": 0,
"InstanceName": "test-InstanceName",
"IpAddressRange": "0.0.0.0/0",
"TimeToLiveInHours": 4,
"ActivationId": "4ECEEE12-56F1-4FBC-9AB1-890F1234****"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | RegionId.ApiNotSupported | The api is not supported in this region. | The API operation cannot be called in the specified region. Check whether the specified RegionId parameter is valid. |
| 500 | InternalError.Dispatch | An error occurred when you dispatched the request. | An error occurred while the request is being sent. Try again later. |
| 403 | ActivationId.InUse | The specified activation id is in use. | The specified activation code is in use. |
| 403 | Operation.Forbidden | The operation is not permitted. | The operation is not supported. |
| 404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | Region information error |
| 404 | ActivationId.NotFound | The specified activation id does not exist. | The specified activation code does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.