action mandrillapp_post_subaccounts_delete_json { label: "post_subaccounts_delete_json" description: "Delete an existing subaccount. Any email related to the subaccount will be saved, but stats will be removed and any future sending calls to this subaccount will fail." provider: mandrillapp method: POST path: "/subaccounts/delete.json" encoding: json output: { type: "object" additionalProperties: true } }