DeleteAiOutboundTask

Updated at:

Deletes an Intelligent Outbound Calling job by instance ID and job ID. After deletion, the job will no longer appear in the outbound calling job list.

Operation description

Important Deletion is a sensitive operation. Proceed with caution.
  • Before deletion, we recommend that you confirm the job ID and related information. You can call the GetAiOutboundTaskList API to view the outbound calling job list and verify the task name, description, and corresponding job ID.

  • If you need to recreate an Intelligent Outbound Calling job, you can call the CreateAiOutboundTask API.

Queries per second (QPS) limits

  • Per-user invocation frequency: 20 times/second.

  • API invocation frequency: 20 times/second.

Note

If the total invocations from multiple users exceed the API frequency limit, throttling will be triggered.

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

InstanceId

string

Yes

The Artificial Intelligence Cloud Call Service (AICCS) instance ID.

You can obtain it from Instance Management in the left-side navigation pane of the Artificial Intelligence Cloud Call Service console.

agent_***

TaskId

integer

Yes

The job ID.

You can call the CreateAiOutboundTask API and check the Data field in the response, or call the GetAiOutboundTaskList API and check the TaskId field in the response.

123456

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

EE338D98-9BD3-4413-B165

Message

string

Description of the status code.

OK

Code

string

The request status code.

OK

Success

boolean

Indicates whether the API call succeeded.

  • true: Succeeded.

  • false: Failed.

true

Examples

Success response

JSON format

{
  "RequestId": "EE338D98-9BD3-4413-B165",
  "Message": "OK",
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.