delete_email_list
Remove an email list from your SendGrid account by providing the list ID to manage your contact lists and maintain organized email marketing operations.
Instructions
Delete an existing email list from your SendGrid account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
list_id | Yes | ID of the email list to delete |
Input Schema (JSON Schema)
{
"properties": {
"list_id": {
"description": "ID of the email list to delete",
"type": "string"
}
},
"required": [
"list_id"
],
"type": "object"
}