DELETE
/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.jsonDelete a recording transcription
Deletes a transcription created from a recording. Identify the transcription with its account, recording, and transcription SIDs before removing the resource.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that owns the transcription. Must be 34 characters and match the `AC` SID format.
RecordingSidstringrequired
The recording SID from which the transcription was created. Must be 34 characters and match the `RE` SID format.
Sidstringrequired
The unique transcription SID to delete. Must be 34 characters and match the `TR` SID format.
204Confirms that the transcription was deleted successfully.
Error handling
AccountSid must be a 34-character account SID beginning with AC, RecordingSid must be a 34-character recording SID beginning with RE, and Sid must be a 34-character transcription SID beginning with TR. The SIDs must identify the transcription within the specified account and recording hierarchy.