SMTP MCP Server

delete-smtp-config

Delete an SMTP configuration

Input Schema

NameRequiredDescriptionDefault
idYesID of the SMTP configuration to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the SMTP configuration to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }