Skip to main content
POST
Cancel a scheduled fax
Provide the required job_id of the scheduled fax. A successful request removes the fax from the scheduled-fax list. If the fax cannot be found, the API returns 404 Not Found.

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 scheduled fax to cancel.

Response

The scheduled fax was cancelled successfully.

status
integer
required
message
string
required