curl --request DELETE \
--url https://api.hubapi.com/contacts/v1/contact/vid/{contact_id}{
"vid": 61571,
"deleted": true,
"reason": "OK"
}Delete an existing contact from a particular HubSpot portal. If a contact with the same email address interacts with the portal again (via a form submission for example) the contact will be added back into the user interface.
curl --request DELETE \
--url https://api.hubapi.com/contacts/v1/contact/vid/{contact_id}{
"vid": 61571,
"deleted": true,
"reason": "OK"
}Scope requirements
You must pass the Contact's ID that you're deleting in the request URL. See the example URL below for an example of this.
Successful response - Delete an existing contact from a particular HubSpot portal
The response is of type object.
Was this page helpful?