table of contents
        
      
      
    | TWIRM(1) | General Commands Manual | TWIRM(1) | 
NAME¶
twirm — Delete
    Twilio SMS message resources
SYNOPSIS¶
twirm | 
    [-c config-file]
      [-C curl-flag]
      [-u account-sid]
      [-p auth-token]
      [-P] sid ... | 
  
DESCRIPTION¶
twirm deletes SMS
    Message resources from Twilio's internal logs.
OPTIONS¶
-c- Specify the configuration file.
    
This file is simply a shell script that when sourced must define the ACCOUNT_SID and AUTH_TOKEN shell variables containing the corresponding Twilio credentials.
If the
-cflag is not specified, /etc/twilio.conf is assumed. -C- Pass curlflag to curl(1).
 -p- Specify authentication token, overriding AUTH_TOKEN from the configuration file, if any.
 -P- Read authentication token from the terminal.
 -u- Specify Account SID, overriding ACCOUNT_SID from the configuration file, if any.
 
EXIT STATUS¶
twirm exits zero normally, or 1 if an
    error occurs.
Errors returned from the Twilio REST API are reported to standard error.
SEE ALSO¶
AUTHOR¶
Archie L. Cobbs ⟨archie.cobbs@gmail.com⟩
| February 27, 2020 | Linux 6.17.3-1-default |