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

Pfadparameter

group_name
string
erforderlich

The name of the group you want to delete.

Antwort

204

Contact property group deleted successfully

Last modified on April 9, 2026