Passer au contenu principal
DELETE
/
crm
/
v3
/
properties
/
{objectType}
/
groups
/
{groupName}
Archiver un groupe de propriété
curl --request DELETE \
  --url https://api.hubapi.com/crm/v3/properties/{objectType}/groups/{groupName} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

groupName
string
requis

Le nom du groupe de propriétés à archiver.

objectType
string
requis

Le type d'objet HubSpot pour lequel le groupe de propriétés est archivé.

Réponse

Last modified on April 13, 2026