Passer au contenu principal
POST
/
crm
/
v3
/
objects
/
contacts
/
gdpr-delete
Permanently delete a contact (GDPR-compliant)
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

Autorisations

Authorization
string
header
requis

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

Corps

application/json

An input that contains the information required to process a public GDPR data deletion request.

objectId
string
requis

The ID of the contact to permanently delete.

idProperty
string

The name of a property whose values are unique for this object. An alternative to identifying a contact by ID.

Réponse

Last modified on January 26, 2026