cURL
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" }
Deletes a single audio transcription based on the ID supplied
ID of audio transcription to delete
Audio transcription deleted
Status of the response
"ok"
Timestamp of the response
"2024-11-21T14:38:24.093Z"