DELETE
/
v1
/
transcript
/
id
/
{id}
curl -X DELETE https://api.verbalisai.com/v1/transcript/id/trans_1234567890 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "message": "Transcription and all related data deleted successfully."
}

Permanently delete a transcription and all associated data. This action cannot be undone.

This action is irreversible. The transcription and all its data will be permanently deleted.

id
string
required

Unique transcription identifier to delete

curl -X DELETE https://api.verbalisai.com/v1/transcript/id/trans_1234567890 \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "message": "Transcription and all related data deleted successfully."
}

Response Fields

message
string

Confirmation message when deletion is successful

error
string

Error message when deletion fails

Notes

  • Requires authentication (API key)
  • Only the owner of the transcription can delete it
  • Returns 404 if transcription not found or not accessible
  • Deletion is immediate and permanent
  • Associated files and metadata are also removed
  • Credits used for the transcription are not refunded