X-API-Key: ********************curl --location --request DELETE 'https://api.snakk.ai/api/calls/by-subject?phone_number=' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"phone_number": "string"
}'{
"success": true,
"certificate_id": "33333333-3333-3333-3333-333333333333",
"items_deleted": {
"calls": 2,
"recordings": 1,
"transcripts": 2
},
"confirmation": "Erased 2 call(s) for data subject; recordings(1) + transcript content removed, metadata anonymized."
}