Skip to main content
POST
Unassign a fax from a user
Provide the required fax identifier in job_id and workspace-user email addresses in the required emails field. You can unassign multiple users in the same API call. 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 to unassign.

emails
string<email>[]
required

Email addresses of the workspace users whose assignments are removed. Multiple users are unassigned in the same API call.

Response

200 - application/json

The fax was unassigned successfully.

status
integer
required
message
string
required