DELETE
/
contacts
/
v1
/
contact
/
vid
/
{contact_id}
Delete a contact
curl --request DELETE \
  --url https://api.hubapi.com/contacts/v1/contact/vid/{contact_id}
"\nExample DELETE URL:\nhttps://api.hubapi.com/contacts/v1/contact/vid/61571\n\nExample JSON output:\n{\n  \"vid\": 61571,\n  \"deleted\": true,\n  \"reason\": \"OK\"\n}"

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.