delete_sender
Remove a verified sender identity from your SendGrid account to manage authorized email senders and maintain sender reputation.
Instructions
Delete a verified sender identity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sender_id | Yes | ID of the sender identity to delete |
Input Schema (JSON Schema)
{
"properties": {
"sender_id": {
"description": "ID of the sender identity to delete",
"type": "string"
}
},
"required": [
"sender_id"
],
"type": "object"
}