Scroll to navigation

TWIRM(1) General Commands Manual TWIRM(1)

NAME

twirmDelete Twilio SMS message resources

SYNOPSIS

twirm [-c config-file] [-C curl-flag] [-u account-sid] [-p auth-token] [-Psid ...

DESCRIPTION

twirm deletes SMS Message resources from Twilio's internal logs.

OPTIONS

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 -c flag is not specified, /etc/twilio.conf is assumed.

Pass curlflag to curl(1).
Specify authentication token, overriding AUTH_TOKEN from the configuration file, if any.
Read authentication token from the terminal.
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

curl(1), smslen(1), twils(1), twiping(1), twilog(1).

AUTHOR

Archie L. Cobbs ⟨archie.cobbs@gmail.com⟩

February 27, 2020 Linux 5.14.21-150500.55.52-default