{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens GDPR Compliance API", "version": "3.0.0" }, "items": [ { "info": { "name": "GDPR Compliance", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Permanently Delete a Call for Gdpr Compliance", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/calls/gdpr-delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Permanently deletes a call engagement for GDPR compliance.\nThis action cannot be undone. Use this endpoint when you need to comply with a data subject's right to erasure request.\n" }, { "info": { "name": "Hubspot Permanently Delete a Note for Gdpr Compliance", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/crm/v3/objects/notes/gdpr-delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Permanently deletes a note engagement for GDPR compliance.\nThis action cannot be undone. Use this endpoint when you need to comply with a data subject's right to erasure request.\n" } ] } ], "bundled": true }