Domain name for API request: ecm.tencentcloudapi.com.
This API is used to delete a snapshot.
NORMAL
state can be deleted. To query the state of a snapshot, you can call the DescribeSnapshots API and check the SnapshotState
field in the response.A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DeleteSnapshots. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
SnapshotIds.N | Yes | Array of String | List of IDs of the snapshots to be deleted, which can be queried through DescribeSnapshots. |
DeleteBindImages | No | Boolean | Whether to force delete the images associated with the snapshot. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.tencentcloudapi.com/?Action=DeleteSnapshots
&SnapshotIds.0=snap-gybrif0z
&<Common request parameters>
{
"Response": {
"RequestId": "b4770576-d9eb-4689-0866-5a1f8200a722"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.InvalidSnapshot | InvalidParameterValue.InvalidSnapshot |
InvalidParameterValue.InvalidSnapshotId | InvalidParameterValue.InvalidSnapshotId |
MissingParameter | The parameter is missing. |
ResourceInUse | The resource is in use. |
UnauthorizedOperation.MFAExpired | UnauthorizedOperation.MFAExpired |
UnsupportedOperation.SnapHasShared | UnsupportedOperation.SnapHasShared |
UnsupportedOperation.SnapshotHasBindedImage | UnsupportedOperation.SnapshotHasBindedImage |
Was this page helpful?