Delete Logs
# support
n
Hello, is there a way to delete all the calls in the logs? How can I delete individual calls as well?
v
@NickVapi Hello! If you're looking to delete all calls from the logs, you'll need to ensure that the
hipaaEnabled
setting is turned on. When
hipaaEnabled
is true, no logs, recordings, or transcriptions are stored, which means there's nothing to delete after the call ends. However, if you have calls that are currently stored and you want to delete them, this would typically be done through a specific API endpoint or function designed for log management. Unfortunately, VAPI does not provide a direct function to delete call logs through the support bot interface. For individual call deletions, the process would be similar: you would use an API endpoint or function provided by the service to delete a specific call log entry. If you need assistance with this, please contact support for more detailed instructions on how to proceed. If you have any other questions or need further assistance, feel free to ask!
You can continue this conversation by mentioning me in the message.
n
is the only way to do it one by one? is there a delete all stored records?
s
@NickVapi you can use this API to delete call log and data. https://docs.vapi.ai/api-reference/calls/delete
4 Views