Remove Fax Line Access

put/fax_line/remove_user

Removes a user's access to the specified Fax Line

Securityapi_key
Request
Request Body schema: application/json
required
number
required
string

The Fax Line number

account_id
string

Account ID of the user to remove access

email_address
string <email>

Email address of the user to remove access

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{}
Response samples
application/json
{
  • "fax_line": {
    }
}