remove_mail_rule
ActiveTool of run.domani/domani
declared in 1.0.0
Remove an inbound filtering rule from a mailbox. API: DELETE /api/emails/{address}/rules/{ruleId}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"rule_id"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"rule_id": {
"type": "string",
"description": "The rule ID to remove"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries