Delete a recording transcription
DELETE/texml/Accounts/:account_sid/Transcriptions/:recording_transcription_sid.json
Permanently deletes a recording transcription.
Request
Path Parameters
account_sid stringrequired
The id of the account the resource belongs to.
recording_transcription_sid uuidrequired
Uniquely identifies the recording transcription by id.
Responses
204: The resource was deleted successfully.
404: Resource not found
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"errors": [
{
"detail": "Resource not found"
}
]
}