SendGrid MCP Server

delete_contacts

Remove specified email addresses from your SendGrid account using the input array of emails to manage contact lists efficiently.

Instructions

Delete contacts from your SendGrid account

Input Schema

NameRequiredDescriptionDefault
emailsYesArray of email addresses to delete

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Array of email addresses to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "emails" ], "type": "object" }
ID: 82glmn141z