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