Call `DeleteRtcAsrTask` to delete a real-time speech-to-text or translation task.
Operation description
The call frequency for this API is limited to 20 queries per second (QPS) per user. If you exceed this limit, your API calls are throttled. This may impact your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DeleteRtcAsrTask |
create |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| TaskId |
string |
Yes |
The ID of the task. Call the CreateRtcAsrTask operation to obtain the task ID. |
asr-51c72****** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Description |
string |
The description of the result. If the value is `success`, the operation is successful. Otherwise, an error message is returned. |
success |
| RequestId |
string |
The ID of the request. |
85F94125-B695-1FB8-A7E7-3BE7CE****** |
| RetCode |
integer |
The status code. A value of `2000` indicates that the operation is successful. Other values indicate that an error occurred. |
2000 |
Examples
Success response
JSON format
{
"Description": "success",
"RequestId": "85F94125-B695-1FB8-A7E7-3BE7CE******",
"RetCode": 2000
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ConfigNotFound | %s, please check and try again later. | Configuration does not exist, please check and try again. |
| 500 | InternalError | %s. | error on the live liveapi server. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.