public class MessagingConfigurationDeleter extends Deleter<MessagingConfiguration>
Constructor and Description |
---|
MessagingConfigurationDeleter(String pathServiceSid,
String pathCountry)
Construct a new MessagingConfigurationDeleter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsync
public MessagingConfigurationDeleter(String pathServiceSid, String pathCountry)
pathServiceSid
- The SID of the Service that the resource is associated
withpathCountry
- The ISO-3166-1 country code of the country or `all`.public boolean delete(TwilioRestClient client)
delete
in class Deleter<MessagingConfiguration>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.