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

removeAccount #

Delete a Sendgrid account.


Query Syntax #

HTTP #

URL: http://kuzzle:7512/_/hermes/sendgrid/accounts/:account
Method: DELETE

Other protocols #

{
  "controller": "hermes/sendgrid",
  "action": "removeAccount",
  "account": "<account name>"
}

Kourou #

kourou hermes/sendgrid:removeAccount -a account=<account name>