View source: R/tw.incoming_phone_numbers.R
tw.incoming_phone_numbers.delete | R Documentation |
Twilio Spoke API: Delete a phone from your account
tw.incoming_phone_numbers.delete(
sid = Sys.getenv('TWILIO_ACCOUNT_SID'),
key = Sys.getenv('TWILIO_KEY'),
secret = Sys.getenv('TWILIO_SECRET'),
phone_sid,
verbose = FALSE)
sid |
twilio credentials: Account SID. |
key |
twilio credentials: Account user key. |
secret |
twilio credentials: User secret. Don't store this in scripts!!! |
phone_sid |
twilio phone record SID (format 'PNXXX...XXX') |
verbose |
Print detailed progress. |
?
## Not run:
source("C:/Users/lwolberg/Desktop/.ssh/twilio_auth.R")
tw.incoming_phone_numbers.delete(sid,token,'PN41fb306bf5c87631fb85ccabd3905843')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.