Domain name for API request: cbs.intl.tencentcloudapi.com.
This API is used to delete snapshots.
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: 2017-03-12. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| SnapshotIds.N | Yes | Array of String | List of IDs of snapshots to be deleted, which can be queried via DescribeSnapshots. |
| DeleteBindImages | No | Boolean | Whether to forcibly delete the image associated with the snapshot |
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to delete a specified snapshot.
POST / HTTP/1.1
Host: cbs.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteSnapshots
<Common request parameters>
{
"SnapshotIds": [
"snap-cgrmci8t"
]
}
{
"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 | Invalid parameter value. |
| InvalidSnapshot.NotSupported | Indicates that the operation is not supported for the snapshot. |
| InvalidSnapshotId.NotFound | The ‘SnapshotId’ entered does not exist. |
| MissingParameter | Missing parameter. |
| ResourceBusy | The resource is busy. Try again later. |
| ResourceUnavailable.SnapshotCreating | Unable to use: the snapshot is being created |
| UnauthorizedOperation.MFAExpired | Multi-factor authentication (MFA) has expired. Please try again. |
| UnsupportedOperation | Unsupported operation |
| UnsupportedOperation.SnapHasShared | The snapshot is shared with others. Please cancel the sharing first. |
| UnsupportedOperation.SnapshotHasBindedImage | A custom snapshot was created for this snapshot. First delete the corresponding image. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários