removeAccount #
Delete a Sendgrid account.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/hermes/providers/sendgrid/accounts/:accountId
Method: DELETEOther protocols #
{
"controller": "hermes",
"action": "removeAccount",
"providerId": "sendgrid",
"accountId": "<account id>"
}Kourou #
kourou hermes:removeAccount -a providerId=sendgrid -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
}