Pular para o conteúdo principal
DELETE
/
properties
/
v2
/
{object_type}
/
groups
/
named
/
{group_name}
Delete an object property group
curl --request DELETE \
  --url https://api.hubapi.com/properties/v2/{object_type}/groups/named/{group_name}

Parâmetros de caminho

object_type
string
obrigatório

The specific type of CRM object that the property group is assigned to. You can use the object name (e.g., contacts) or the objectTypeId (e.g., 0-1).

group_name
string
obrigatório

The name of the group.

Resposta

204

Object property group deleted successfully

Last modified on April 13, 2026