Skip to main content
DELETE
Delete audio
Permanently remove an audio file and its metadata from your collection.
This action is irreversible. The audio file and all associated data (transcripts, indexes) will be permanently deleted from your collection.

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

audio_id
string
required
Pattern: ^a-
Example:

"a-12345"

Response

200 - application/json

Audio deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"