DeleteContactFlow

更新时间:
复制 MD 格式

Deletes the specified contact flow.

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 ID of the instance.

ccc-test

ContactFlowId

string

Yes

The ID of the contact flow.

0f87c997-b0c1-41d4-9e9e-1b791de6ad1f

Force

boolean

No

Response elements

Element

Type

Description

Example

object

Code

string

The response code.

OK

HttpStatusCode

integer

The HTTP status code.

200

Message

string

The message returned for the request.

RequestId

string

The unique ID of the request.

07511949-6DC4-5D0B-8FA8-FF8FA29B4217

Examples

Success response

JSON format

{
  "Code": "OK",
  "HttpStatusCode": 200,
  "Message": "无",
  "RequestId": "07511949-6DC4-5D0B-8FA8-FF8FA29B4217"
}

Error codes

HTTP status code

Error code

Error message

Description

404 NotExists.InstanceId The specified instance %s does not exist.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.