curl --request DELETE \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/{propertyName} \
--header 'Authorization: Bearer <token>'This response has no body data.Déplacer une propriété identifiée par vers la corbeille.
curl --request DELETE \
--url https://api.hubapi.com/crm/v3/properties/{objectType}/{propertyName} \
--header 'Authorization: Bearer <token>'This response has no body data.Produits pris en charge
Portées requises
The access token received from the authorization server in the OAuth 2.0 flow.
Le type d'objet auquel appartient la propriété.
Le nom de la propriété à supprimer.