provider speech-to-text DELETE /v1/speech-to-text/transcripts/{transcription_id}
@utdk/elevenlabs /v1/speech-to-text/transcripts/{transcription_id}
Delete Transcript By Id
Delete a previously generated transcript by its ID.
transcription_id path required
The unique ID of the transcript to delete
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
deleteTranscriptById
DELETE/v1/speech-to-text/transcripts/{transcription_id}
Delete a previously generated transcript by its ID.

Parameters

required

The unique ID of the transcript to delete

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.deleteTranscriptById()