Class RecordingDeleter

    • 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.
        Specified by:
        delete in class Deleter<Recording>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted