Deletes the specified contact flow.
Try it now
Test
RAM authorization
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.
该文章对您有帮助吗?