tw.incoming_phone_numbers.delete: Twilio Spoke API: Delete a phone from your account

View source: R/tw.incoming_phone_numbers.R

tw.incoming_phone_numbers.deleteR Documentation

Twilio Spoke API: Delete a phone from your account

Description

Twilio Spoke API: Delete a phone from your account

Usage

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)

Arguments

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.

Details

?

Examples


## Not run: 
source("C:/Users/lwolberg/Desktop/.ssh/twilio_auth.R")

tw.incoming_phone_numbers.delete(sid,token,'PN41fb306bf5c87631fb85ccabd3905843')

## End(Not run)

workingamerica/twilio documentation built on Jan. 30, 2024, 4:55 p.m.