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