DELETE
/
v2
/
audio
/
transcriptions
/
{id}
Delete V2 transcription
curl --request DELETE \
  --url https://api.sully.ai/v2/audio/transcriptions/{id} \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'
This response does not have an example.

Authorizations

X-API-KEY
string
header
required
X-ACCOUNT-ID
string
header
required

Path Parameters

id
string
required

Transcription ID

Example:

"tr_abc123def456"

Response

204

Transcription deleted successfully