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>
Edit this page on Github(opens new window)