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}

Path Parameters

group_name
string
required

The name of the group you want to delete.

Response

204

Contact property group deleted successfully