Class AuthCallsCredentialListMappingDeleter

    • Constructor Detail

      • AuthCallsCredentialListMappingDeleter

        public AuthCallsCredentialListMappingDeleter​(String pathDomainSid,
                                                     String pathSid)
        Construct a new AuthCallsCredentialListMappingDeleter.
        Parameters:
        pathDomainSid - The SID of the SIP domain that contains the resource to delete
        pathSid - The unique string that identifies the resource
      • AuthCallsCredentialListMappingDeleter

        public AuthCallsCredentialListMappingDeleter​(String pathAccountSid,
                                                     String pathDomainSid,
                                                     String pathSid)
        Construct a new AuthCallsCredentialListMappingDeleter.
        Parameters:
        pathAccountSid - The SID of the Account that created the resources to delete
        pathDomainSid - The SID of the SIP domain that contains 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<AuthCallsCredentialListMapping>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted