v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
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"
  }
}