Zum Hauptinhalt springen
DELETE
/
properties
/
v2
/
{object_type}
/
properties
/
named
/
{property_name}
Delete an object property
curl --request DELETE \
  --url https://api.hubapi.com/properties/v2/{object_type}/properties/named/{property_name}

Pfadparameter

object_type
string
erforderlich

The specific type of CRM object that the property is assigned to. You can use the object name (e.g., contacts) or the objectTypeId (e.g., 0-1).

property_name
string
erforderlich

The internal name of the property you want to delete.

Antwort

204

Object property deleted successfully

Last modified on April 9, 2026