Domain name for API request: tat.tencentcloudapi.com.
This API is used to delete a command.
Commands bound to an invoker cannot be deleted.
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: DeleteCommand. |
Version | Yes | String | Common Params. The value used for this API: 2020-10-28. |
Region | No | String | Common Params. This parameter is not required for this API. |
CommandId | Yes | String | ID of the command to be deleted. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tat.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteCommand
<Common request parameters>
{
"CommandId": "cmd-7efujjs6"
}
{
"Response": {
"RequestId": "7f79b764-bc0f-471b-89c1-ca1b93cf7e8d"
}
}
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 |
---|---|
InternalError | Internal error. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidCommandId | Invalid CommandId. |
ResourceNotFound.CommandNotFound | The command does not exist. |
ResourceUnavailable.CommandInExecuting | The command is being executed. |
ResourceUnavailable.CommandInInvoker | The command has been bound to an invoker. |
UnauthorizedOperation.CamAuthFailed | CAM authentication failed. |
UnauthorizedOperation.InvalidToken | Invalid token. |
UnauthorizedOperation.MFAExpired | The Multi-factor authentication (MFA) code expired. |
UnauthorizedOperation.MFANotFound | Multi-factor authentication (MFA) does not exist. |
Was this page helpful?