removeAccount #
Delete a Twilio account.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/hermes/providers/twilio/accounts/:accountId
Method: DELETEOther protocols #
{
"controller": "hermes",
"action": "removeAccount",
"providerId": "twilio",
"accountId": "<account id>"
}Kourou #
kourou hermes:removeAccount -a providerId=twilio -a accountId=<account id>Response #
Returns an empty result on success.
{
"requestId": "d16d5e8c-464a-4589-938f-fd84f46080b9",
"status": 200,
"error": null,
"controller": "hermes",
"action": "removeAccount",
"result": null
}