curl --request POST \
--url https://api.hubapi.com/crm/objects/2025-09/{objectType}/gdpr-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"objectId": "<string>",
"idProperty": "<string>"
}
'This response has no body data.curl --request POST \
--url https://api.hubapi.com/crm/objects/2025-09/{objectType}/gdpr-delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"objectId": "<string>",
"idProperty": "<string>"
}
'This response has no body data.Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.