Cancel a fax

Operation

faxCancel

Parameters

Name Type Description
id integer The fax id of the fax you wish to cancel
api_key string Your api key
api_secret string Your api secret

Sample Call

curl https://api.phaxio.com/v1/faxCancel \
    -F 'id=123456' \
    -F 'api_key=API_KEY' \
    -F 'api_secret=API_SECRET'

Sample Response

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