cURL
curl --request POST \ --url https://api.clearout.io/v2/email_finder/list/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "Enter your list id here", "ignore_result": true }'
{ "status": "success", "data": { "name": "email_verify.xlsx", "source": "upload", "created_on": "2022-05-16T10:41:30.427Z" } }
Remove your bulk finder contact list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List ID to bulk email finder removal
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?