DocsAPI ReferenceDelete meeting artifacts
DELETE
/api/v1/meetings/{meeting_id}Purges all artifacts for a completed meeting: transcription rows, Redis segment cache, and recording files. The meeting row is kept but anonymized. Only works on finalized meetings.
Path Parameters
meeting_idstringrequirede.g. "99"Internal meeting UUID.
Headers
X-API-KeystringrequiredYour workspace API key.
Responses
200Artifacts deleted and meeting anonymized.
{
"message": "Meeting transcripts and recording artifacts deleted; meeting data anonymized"
}404Meeting not found.
409Meeting is still active.
Try it live
API Configurationglobal · all endpoints
DELETE
https://api.serveka.com/api/v1/meetings/99Path Parameters
curl -X DELETE 'https://api.serveka.com/api/v1/meetings/99' \