Cancels the deletion task of a CMK.
Operation description
If the deletion task of a CMK is canceled, the CMK returns to the Enabled state.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| KeyId | string | Yes | The ID of the CMK. The ID must be globally unique. | 1234abcd-12ab-34cd-56ef-12345678**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "3da5b8cc-8107-40ac-a170-793cd181d7b7"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is not valid. | An invalid value is specified for the parameter. |
| 404 | Forbidden.KeyNotFound | The specified Key is not found. | The error message returned because the specified CMK does not exist. |
| 404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. | - |
For a list of error codes, visit the Service error codes.
