Official Plugins (Kuzzle v2.x)
Hermes Messenger v2.x
2

removeAccount #

Delete a Twilio account.


Query Syntax #

HTTP #

URL: http://kuzzle:7512/_/hermes/providers/twilio/accounts/:accountId
Method: DELETE

Other 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
}