Deleting Inbound Routes

Requires FaxFinder 3.0.4 or higher.

HTTP Request Line

DELETE /ffws/v1/routes/global HTTP/1.1

DELETE /ffws/v1/routes/lines/line_number HTTP/1.1 (FF240, FF440, or FF840)

DELETE /ffws/v1/routes/default HTTP/1.1 (FF240-IP only)

DELETE /ffws/v1/routes/recipient/ID HTTP/1.1

HTTP Response Status Codes

200 OK

Shows inbound routes.

403 Forbidden

Authenticated user does not have permission to change data.

400 Bad Request

The provided XML is not valid.

Example

1
2
3
4
5
6
7
8
9
10
DELETE /ffws/v1/routes/recipient/ID HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version=”1.0” encoding=”UTF-8”?>
<response>
    <message>Deleted</message>
</response>