Esempio n. 1
0
        public static async Task <bool> DeleteFaxAsync(ITwilioRestClient client,
                                                       string faxSid)
        {
            var options = new DeleteFaxOptions(faxSid);

            return(await FaxResource.DeleteAsync(options, client));
        }