{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-calls-api-gdpr-delete-request-schema.json", "title": "GdprDeleteRequest", "description": "Request body for GDPR deletion", "type": "object", "properties": { "objectId": { "type": "string", "description": "The ID of the call to permanently delete", "example": "512" }, "idProperty": { "type": "string", "description": "The property used as the identifier", "example": "500123" } }, "required": [ "objectId" ] }