Delete a contact
DELETE/lists/list/:listId/rows/:leadId
Deletes a contact from the list (and its company data). The list counters stay in sync, and if the list is used by campaigns the removal is propagated to them.
Find the contact's leadId with the email / linkedinUrl lookup of GET /lists/list/{listId}/rows.
Request
Responses
- 200
- 404
Contact deleted
List or contact not found