APIs & Integrations

Not applicable

Is it possible to delete groups of contacts and by using email?

Does the API allow group deletion of contacts? I also noticed contacts must be deleted with the vid according to the docs but is it possible to delete contacts by using their email?

0 Upvotes
5 Replies 5
JMann
Member

Is it possible to delete groups of contacts and by using email?

I’ve been having the same problem, and don’t have the time to manually delete thousands of contacts 1 by 1

0 Upvotes
seb_fairchild
Member

Is it possible to delete groups of contacts and by using email?

@garvin

It’s not currently possible to bulk delete contacts using the API.

Sebastian

0 Upvotes
Not applicable

Is it possible to delete groups of contacts and by using email?

@seb_fairchild

Are there currently plans to add this feature soon? I believe it would help with staying under the requests / second or day limitations and also make the integration process much easier.

0 Upvotes
seb_fairchild
Member

Is it possible to delete groups of contacts and by using email?

@garvin

Yes, you can use:

DELETE /contacts/v1/contact/email/:email_address

Sebastian

0 Upvotes
Not applicable

Is it possible to delete groups of contacts and by using email?

Thanks! @seb_fairchild It didn’t seem to be here http://developers.hubspot.com/docs/methods/contacts/delete_contact

Is it possible to delete a group (batch) of contacts by email in one API call as well?

0 Upvotes