removeAccount #
Delete a Twilio account.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/hermes/twilio/accounts/:account
Method: DELETE
Other protocols #
{
"controller": "hermes/twilio",
"action": "removeAccount",
"account": "<account name>"
}
Kourou #
kourou hermes/twilio:removeAccount -a account=<account name>
Edit this page on Github(opens new window)