{
"type": "object",
"description": "Request body for GDPR deletion",
"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"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GdprDeleteRequest"
}