public class TranscriptionDeleter extends Deleter<Transcription>
| Constructor and Description |
|---|
TranscriptionDeleter(String pathRecordingSid,
String pathSid)
Construct a new TranscriptionDeleter.
|
TranscriptionDeleter(String pathAccountSid,
String pathRecordingSid,
String pathSid)
Construct a new TranscriptionDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic TranscriptionDeleter(String pathRecordingSid, String pathSid)
pathRecordingSid - The recording_sidpathSid - The sidpublic boolean delete(TwilioRestClient client)
delete in class Deleter<Transcription>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.