Avesta
04/02/2025, 3:40 PMVapi Support Bot
04/02/2025, 3:42 PM/call/:id
endpoint to delete call data. According to the [API reference documentation](https://docs.vapi.ai/api-reference/calls/delete), this endpoint is:
DELETE https://api.vapi.ai/call/:id
You'll need:
- The call id
as a path parameter
- An Authorization
header with your bearer token
However, I should note that there have been some reports of this endpoint potentially performing a "soft delete" rather than completely removing all data. According to a [user discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337314227857391627), someone experienced issues with call logs still being visible after deletion.
Regarding HIPAA compliance, you've already taken the right step by enabling it, which prevents Vapi from storing new call logs, recordings, or transcriptions going forward. As mentioned in the [HIPAA documentation](https://docs.vapi.ai/security-and-privacy/hipaa), enabling the hipaaEnabled
configuration "guarantees that no call logs, recordings, or transcriptions are stored during or after your calls."
Is there anything else you'd like to know about managing your data in Vapi?
Sources:
- [API reference documentation](https://docs.vapi.ai/api-reference/calls/delete)
- [HIPAA documentation](https://docs.vapi.ai/security-and-privacy/hipaa)
- [User discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337314227857391627)Richard
04/02/2025, 4:06 PMRichard
04/02/2025, 4:07 PMVapi
04/06/2025, 9:19 AM