deletedAt, hiding it from history and search. The record stays in the DB for analytics and audit; there is no restore endpoint. Does not affect transactions/billing or delete any booked appointments created during the call.Authorization: ********************curl --location --request DELETE '/incoming-calls/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string"
}