Deletes a transcription job. For managed vault jobs (tr_*), also removes local job records and managed transcript result objects. Idempotent: returns success if already deleted.
cURL
curl --request DELETE \ --url https://api.case.dev/voice/transcription/{id} \ --header 'Authorization: Bearer <token>'
API key starting with sk_case_
sk_case_
Transcription ID (managed tr_* or direct provider ID)
Delete operation processed (including idempotent success)
Was this page helpful?