Delete a Transcription
Delete a transcription permanently using its uuid.
Last updated
Delete a transcription permanently using its uuid.
Last updated
DELETE /api/v1/transcribes/{uuid} HTTP/1.1
Host: 127.0.0.1:8000
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"status": 1,
"detail": "text",
"data": {
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"views": 1,
"created_at": "2025-12-08T08:36:26.735Z",
"updated_at": "2025-12-08T08:36:26.735Z",
"delete_protection": false,
"url": "text",
"main_url": "text",
"type": "text",
"size": "text",
"duration": "text",
"status": "text",
"processing_percentage": 1,
"language": "text",
"translation_target": "text",
"title": "text",
"summary": "text",
"hatespeech_words": null,
"topics": [
"text"
],
"tags": [
"text"
],
"social_media": [
"text"
],
"prompts": [],
"meeting_notes": [
"text"
],
"markdown_post": "text",
"html_post": "text",
"chapters": null,
"subtitle": "text",
"subtitle_file": "text",
"tweets": [
"text"
],
"transcript": "text",
"transcript_segments": null,
"sentiment_analysis": [
"text"
],
"keywords": [
"text"
],
"services": [
"text"
],
"export": "text"
}
}