Cancel a fax

Method

POST

Path

faxes/ID/cancel

where ID is the ID number of the fax

Request Parameters

None

Sample Call

curl -X POST https://api.phaxio.com/v2/faxes/123456/cancel \
    -u 'API_KEY:API_SECRET'

Sample Response

{
    "success":true,
    "message":"Fax cancellation scheduled successfully.",
    "data":{
        "id":123456
    }
}