DELETE
/2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json https://api.twilio.com
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the Transcription resources to delete. | `AC${string}` |
RecordingSid
required
The SID of the Recording that created the transcription to delete. | `RE${string}` |
Sid
required
The Twilio-provided string that uniquely identifies the Transcription resource to delete. | `TR${string}` |
Responses
204
The resource was deleted successfully.
unknown