curl --request DELETE \
--url https://api.hubapi.com/properties/v2/{object_type}/properties/named/{property_name}Delete an existing object property.
curl --request DELETE \
--url https://api.hubapi.com/properties/v2/{object_type}/properties/named/{property_name}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
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).
The internal name of the property you want to delete.
Object property deleted successfully
Was this page helpful?