Zum Hauptinhalt springen
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 '{
  "idProperty": "<string>",
  "objectId": "<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
Esta API requer um dos seguintes escopos:
crm.objects.contacts.write

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.

I