Delete fax document files
Method
Path
faxes/ID/file
where ID is the ID number of the fax
Request Parameters
None
Response
A JSON object with success and message attributes.
Sample Call
curl -X DELETE https://api.phaxio.com/v2/faxes/123456/file \
-u 'API_KEY:API_SECRET'Sample Response
{
"success":true,
"message":"Deleted files successfully!"
}