StopAiCallTask

Updated at:

Stops an outbound call task.

Operation description

  • Before you stop an outbound call task, ensure that the task has been created and its status is running.

  • If you have not created an outbound call task, create one on the Outbound Task Management page or call the CreateAiCallTask operation.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

TaskId

string

Yes

The task ID.

1187**************

Response elements

Element

Type

Description

Example

object

AccessDeniedDetail

string

The detailed reason for the access denial.

None

Message

string

The description of the status code.

成功

RequestId

string

The request ID.

7124F972-BAB8-5D1E-90FC-01CB10713B29

Data

boolean

Indicates whether the task was stopped successfully. Valid values:

  • true: The operation was successful.

  • false: The operation failed.

Valid values:

  • true :
  • false :

true

Code

string

The request status code. A value of OK indicates that the request was successful.

OK

Success

boolean

Indicates whether the API call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

true

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "None",
  "Message": "成功",
  "RequestId": "7124F972-BAB8-5D1E-90FC-01CB10713B29",
  "Data": true,
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.