Skip to main content
POST
Cancel a fax
Provide the required job_id of the fax to cancel. The API returns 400 Bad Request if the fax cannot be found or is already cancelled.
The current API returns status: 0 even when cancellation succeeds. Use the HTTP status and message to interpret the result.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
job_id
string
required

Unique identifier of the fax to cancel.

Response

The fax was cancelled successfully.

status
integer
required
message
string
required