Zum Hauptinhalt springen
DELETE
/
properties
/
v1
/
companies
/
groups
/
named
/
{group_name}
Delete a Company Property Group
curl --request DELETE \
  --url https://api.hubapi.com/properties/v1/companies/groups/named/{group_name}

Pfadparameter

group_name
string
erforderlich

The name of the group you want to delete.

Antwort

204

Company property group deleted successfully

Last modified on April 9, 2026