Saltar al contenido principal
POST
/
crm
/
v3
/
objects
/
contacts
/
gdpr-delete
Eliminar permanentemente un contacto (conforme a RGPD)
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.

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

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

ID del contacto que se desea eliminar definitivamente.

idProperty
string

El nombre de una propiedad cuyos valores son únicos para este objeto. Una alternativa a la identificación de un contacto por ID.

Response

Last modified on December 8, 2025