Pular para o conteúdo principal
POST
/
crm
/
v3
/
objects
/
contacts
/
gdpr-delete
Excluir um contato permanentemente (em conformidade com o 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.

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

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

O ID do contato a ser excluído permanentemente.

idProperty
string

O nome de uma propriedade cujos valores são exclusivos para este objeto. Uma alternativa para identificar um contato por ID.

Response

Last modified on December 8, 2025