Sample - Twilio API
DELETE/2010-04-01/Accounts/{AccountSid}/Transcriptions/{Sid}.json

Delete a transcription from the account used to make the request

Delete a transcription from the account used to make the request

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
AccountSidstringrequired
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete.
Sidstringrequired
The Twilio-provided string that uniquely identifies the Transcription resource to delete.

1 status code
204The resource was deleted successfully.