Skip to main content
POST
Remove a label from a fax
Provide the required fax identifier in job_id and the required numeric label identifiers in label_ids. Obtain label identifiers from List labels. 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 whose labels are removed.

label_ids
integer[]
required

Numeric identifiers of the labels to remove.

Response

The fax labels were removed successfully.

status
integer
required
message
string
required