Programmable Fax Commands
Cancel a fax
Cancel the outbound fax that is in one of the following states: queued, media.processed, originated or sending
post/faxes/{id}/actions/cancel
Path parameters
idstring uuid required
The unique identifier of a fax.
Response
Successful response upon accepting cancel fax command
Example response
{
"data": {
"result": "ok"
}
}