Package com.twilio.rest.video.v1
Class RecordingDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Recording>
-
- com.twilio.rest.video.v1.RecordingDeleter
-
-
Constructor Summary
Constructors Constructor Description RecordingDeleter(String pathSid)
Construct a new RecordingDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
RecordingDeleter
public RecordingDeleter(String pathSid)
Construct a new RecordingDeleter.- Parameters:
pathSid
- The Recording Sid that uniquely identifies the Recording to delete.
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
-
-