DELETE
/
v1
/
audio
/
transcriptions
/
{transcriptionId}
curl --request DELETE \
  --url https://api.sully.ai/v1/audio/transcriptions/{transcriptionId} \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'
{
  "status": "ok",
  "date": "2024-11-21T14:38:24.093Z"
}

Authorizations

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

Path Parameters

transcriptionId
string
required

ID of audio transcription to delete

Response

200
application/json

Audio transcription deleted

The response is of type object.