Skip to main content
POST
Remove a fax custom field
Provide the required fax identifier in job_id and the field identifiers to clear in the required custom_fields array. Cleared fields may remain listed with value: null. Authenticate with a Bearer access token.

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.

custom_fields
string[]
required

Custom-field identifiers whose values are cleared.

Response

Custom fields removed successfully.

status
integer
required
message
string
required