public class TrustProductsDeleter extends Deleter<TrustProducts>
Constructor and Description |
---|
TrustProductsDeleter(String pathSid)
Construct a new TrustProductsDeleter.
|
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 TrustProductsDeleter(String pathSid)
pathSid
- The unique string that identifies the resource.public boolean delete(TwilioRestClient client)
delete
in class Deleter<TrustProducts>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.