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-Keystringrequired

Your 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.