Package com.twilio.rest.sync.v1
Class ServiceDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Service>
-
- com.twilio.rest.sync.v1.ServiceDeleter
-
-
Constructor Summary
Constructors Constructor Description ServiceDeleter(String pathSid)
Construct a new ServiceDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
ServiceDeleter
public ServiceDeleter(String pathSid)
Construct a new ServiceDeleter.- Parameters:
pathSid
- A unique identifier for this service instance.
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
-
-