Creating legacy public apps and project-based apps are temporary unavailable for new HubSpot accounts.
Learn more in our Trust Center.
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}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?