DeleteHotlineNumber

Updated at:

Invoke the DeleteHotlineNumber API to delete a configured hotline number.

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 the Artificial Intelligence Cloud Call Service console.

ccc_xp_pre-cn-***

HotlineNumber

string

Yes

The hotline number.

05710000****

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

98B032F5-6473-4EAC-8BA8-C28993513A1F

Message

string

Description of the status code.

OK

HttpStatusCode

integer

The HTTP status code.

200

Code

string

The status code. A value of Success indicates that the request succeeded.

Success

Success

boolean

Indicates whether the API call succeeded.

true

Examples

Success response

JSON format

{
  "RequestId": "98B032F5-6473-4EAC-8BA8-C28993513A1F",
  "Message": "OK",
  "HttpStatusCode": 200,
  "Code": "Success",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.