Zum Hauptinhalt springen
DELETE
/
properties
/
v1
/
contacts
/
properties
/
named
/
{property_name}
Delete a contact property
curl --request DELETE \
  --url https://api.hubapi.com/properties/v1/contacts/properties/named/{property_name}

Pfadparameter

property_name
string
erforderlich

The API name of the property that you will be deleting

Antwort

204

Contact property deleted successfully

Last modified on April 9, 2026