Passer au contenu principal
POST
/
crm
/
v3
/
objects
/
contacts
/
gdpr-delete
Supprimer définitivement un contact (conforme au GDPR)
curl --request POST \
  --url https://api.hubapi.com/crm/v3/objects/contacts/gdpr-delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "objectId": "<string>",
  "idProperty": "<string>"
}
'
This response has no body data.

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

Authorizations

Authorization
string
header
required

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

Body

application/json
objectId
string
required

L'ID du contact à supprimer définitivement.

idProperty
string

Le nom d'une propriété dont les valeurs sont uniques pour cet objet. Une alternative à l'identification d'un contact via son ID.

Response