Skip to main content
DELETE
/
contacts
/
v1
/
contact
/
vid
/
{contact_id}
Delete a contact
curl --request DELETE \
  --url https://api.hubapi.com/contacts/v1/contact/vid/{contact_id}
{
  "vid": 61571,
  "deleted": true,
  "reason": "OK"
}

Path Parameters

contact_id
string
required

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.

Response

200 - application/json

Successful response - Delete an existing contact from a particular HubSpot portal

The response is of type object.

Last modified on March 30, 2026