Class InteractionDeleter


  • public class InteractionDeleter
    extends Deleter<Interaction>
    PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
    • Constructor Detail

      • InteractionDeleter

        public InteractionDeleter​(String pathServiceSid,
                                  String pathSessionSid,
                                  String pathSid)
        Construct a new InteractionDeleter.
        Parameters:
        pathServiceSid - The SID of the parent Service of the resource to delete
        pathSessionSid - he SID of the parent Session of the resource to delete
        pathSid - The unique string that identifies the resource
    • 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<Interaction>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted