RemoveSkillGroup

Updated at:

Deletes a skill group in the Cloud Customer Service System based on the AICCS instance ID and skill group ID.

Operation description

  • Deletion is a sensitive operation. Proceed with caution.

  • Before deletion, confirm the AICCS instance ID and the skill group ID to be deleted. Refer to the guidance in Request Parameters for details on how to obtain them.

  • After deletion, you can invoke the QuerySkillGroups API to verify the skill group status.

  • If you accidentally delete a skill group, you can recreate it by invoking the CreateSkillGroup API.

Queries per second (QPS) Limit

  • Per-user invocation frequency: No rate limiting.

  • API frequency: 1000 queries per 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

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

ccc_xp_pre-cn-***

SkillGroupId

string

Yes

Skill group ID.

You can invoke the QuerySkillGroups API and check the SkillGroupId field in the response to obtain the skill group ID.

123456

ClientToken

string

No

Unique ID for the customer request. Used for idempotency validation. You can generate it using UUID.

46c1341e-2648-447a-****-70b6a298d94d

Response elements

Element

Type

Description

Example

object

result

Message

string

Description of the status code.

successful

RequestId

string

Request ID.

EE338D98-9BD3-4413-B165

Code

string

Status code. A value of "Success" indicates that the request succeeded.

Success

Success

boolean

Indicates whether the API call succeeded. Valid values:

  • true: Succeeded.

  • false: Failed.

true

Examples

Success response

JSON format

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

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidInstanceId The specified instance is unavailable or does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.