Class MemberDeleter

    • Constructor Detail

      • MemberDeleter

        public MemberDeleter​(String pathServiceSid,
                             String pathChannelSid,
                             String pathSid)
        Construct a new MemberDeleter.
        Parameters:
        pathServiceSid - The SID of the Service to delete the resource from
        pathChannelSid - The unique ID of the channel the message to delete belongs to
        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<Member>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted