Delete a Transcription

In order to delete a transcription, you must use the following endpoint.

Delete transcription

delete
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstringRequired
transcriptionIdstringRequired
Query parameters
formatstring · enumOptionalPossible values:
Responses
delete
/workspaces/{workspaceId}/transcriptions/{transcriptionId}

No content

curl  -X DELETE "https://api.bird.com/workspaces/{workspaceId}/transcriptions/{transcriptionId}" \
     -H "Authorization: AccessKey YOUR_SECRET_TOKEN"

Last updated

Was this helpful?