Remove User from Team

POST https://api.hellosign.com/v3/team/remove_member

Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. If you choose to transfer documents from the removed Account to an Account provided in the new_owner_email_address parameter (available only for Enterprise plans), the response status code will be 201, which indicates that your request has been queued but not fully executed.

Additional information can be found here.

Request Body

[{"name"=>"account_id", "value"=>"1234567", "datatype"=>"number"}, {"name"=>"email_address", "value"=>"bob@example.com", "datatype"=>"string"}, {"name"=>"new_owner_email_address", "value"=>"alice@example.com", "datatype"=>"string"}]