email/deleteconfig
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added |
---|---|---|---|---|---|
deleteconfig | yes | yes | yes | 1 (Removed in 1.2) |
This API namespace was depricated in version 1.1, and removed in version 1.2. Please look at the alertplugins/* API namespace for the repacement for this functionality.
Delete SSMTP Configuration
- Required:
- none ({})
{
"namespace" : "email",
"name" : "deleteconfig",
"id" : "some_id",
"args" : {
}
}
{
"namespace" : "email",
"name" : "response",
"id" : "some_id",
"args" : {
"result" : "success"
}
}