GET
/
contacts
/
v1
/
secondary-email
/
{vid}
/
email
/
{email}
Delete a secondary email address
curl --request GET \
  --url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
"\nExample DELETE URL:\nhttps://api.hubapi.com/contacts/v1/secondary-email/21316/email/updatedAddress@hubspot.com\n\n\nExample response:\n{\n    \"portalId\": 589323,\n    \"vid\": 21316,\n    \"secondaryEmails\": [\n\t\t\"newlyDiscoveredAddress@hubspot.com\"\n    ]\n}"

Response

200 - application/json

Successful response - Add a secondary email address to a contact

The response is of type object.