Delete an Outbound Route
Delete an outbound route.
Request URL
GET {base_url}/{api_path}/outbound_route/delete?id={id}&access_token={access_token}
Request parameters
Parameter | Required | Type | Description |
---|---|---|---|
id | Yes | Integer | The unique ID of the outbound route. Note: You can query the outbound route's ID using Search Specific Outbound Routes. |
Response parameters
Parameter | Type | Description |
---|---|---|
errcode | Integer | Returned error code.
Note: You can check the error code and
error message in Error Code and Error Message.
|
errmsg | String | Returned message.
|
Examples
Request example
GET /openapi/v1.0/outbound_route/delete?id=11&access_token=ntuLtezMSZxInGTuPUa5jHEhyshNJ4Pe HTTP/1.1
Host: 192.168.5.150:8088
Response example
HTTP 200 OK
{
"errcode": 0,
"errmsg": "SUCCESS"
}