Class AddressDeleter

    • Constructor Detail

      • AddressDeleter

        public AddressDeleter​(String pathSid)
        Construct a new AddressDeleter.
        Parameters:
        pathSid - The unique string that identifies the resource
      • AddressDeleter

        public AddressDeleter​(String pathAccountSid,
                              String pathSid)
        Construct a new AddressDeleter.
        Parameters:
        pathAccountSid - The SID of the Account that is responsible for the resources 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<Address>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted