public class RatePlanDeleter extends Deleter<RatePlan>
Constructor and Description |
---|
RatePlanDeleter(String pathSid)
Construct a new RatePlanDeleter.
|
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 RatePlanDeleter(String pathSid)
pathSid
- The sidpublic boolean delete(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.