Description
Remove a contact from a specific or all of your list.
Request URL
api.mailjet.com/0.1/listsRemovecontact
Code Sample
<?php # Parameters $params = array( 'method' => 'POST', 'contact' => 'mail@example.com', 'id' => '123' ); # Call $response = $mj->listsRemoveContact($params); ?>