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

removeAccount #

Delete a Sendgrid account.


Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/_/hermes/sendgrid/accounts/:account
Method: DELETE

Other protocols #

Copied to clipboard!
{
  "controller": "hermes/sendgrid",
  "action": "removeAccount",
  "account": "<account name>"
}

Kourou #

Copied to clipboard!
kourou hermes/sendgrid:removeAccount -a account=<account name>