All Products
Search
Document Center

Elastic Compute Service:DeleteActivation

Last Updated:Apr 25, 2025

Deletes an unused activation code.

Operation description

Usage notes

Before you call this operation to delete an activation code, make sure that no managed instances are registered with the activation code.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

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
ActivationIdstringYes

The ID of the unused activation code.

4ECEEE12-56F1-4FBC-9AB1-890F1234****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4ECEEE12-56F1-4FBC-9AB1-890F74942176
Activationobject

Details about the activation code and its usage information.

CreationTimestring

The time when the activation code was created.

2021-01-20T06:00:00Z
DeregisteredCountinteger

The number of instances that were deregistered.

0
InstanceCountinteger

The maximum number of times that the activation code can be used to register managed instances.

1
Descriptionstring

The description of the activation code.

This is description.
RegisteredCountinteger

The number of instances that were registered.

0
InstanceNamestring

The default instance name prefix.

test-InstanceName
IpAddressRangestring

The IP addresses of the hosts that are allowed to use the activation code.

0.0.0.0/0
TimeToLiveInHourslong

The validity period of the activation code. Unit: hours.

4
ActivationIdstring

The ID of the activation code.

4ECEEE12-56F1-4FBC-9AB1-890F1234****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400RegionId.ApiNotSupportedThe 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.
403ActivationId.InUseThe specified activation id is in use.The specified activation code is in use.
403Operation.ForbiddenThe operation is not permitted.The operation is not supported.
404InvalidRegionId.NotFoundThe RegionId provided does not exist in our records.The RegionId provided does not exist
404ActivationId.NotFoundThe specified activation id does not exist.The specified activation code does not exist.
500InternalError.DispatchAn error occurred when you dispatched the request.An error occurred while the request is being sent. Try again later.

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

Change history

Change timeSummary of changesOperation
2024-12-05API Description Update. The Error code has changedView Change Details
2022-02-25The Error code has changedView Change Details