Pular para o conteúdo 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.

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json

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

objectId
string
obrigatório

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.

Resposta

Last modified on February 12, 2026