table of contents
other versions
- Tumbleweed 1.2.2-1.7
- Leap-16.0
- Leap-15.6
| 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.4.0-150700.53.19-default |