Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-delete a transcription by ID.
cURL
curl --request DELETE \ --url https://api.openwhispr.com/api/v1/transcriptions/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>" } }
API key starting with owk_live_
Transcription ID.
Transcription deleted.