delete_custom_field
Remove custom field definitions from your SendGrid contact database to maintain clean data structure and eliminate unused fields.
Instructions
Delete a custom field definition
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field_id | Yes | ID of the custom field to delete |
Input Schema (JSON Schema)
{
"properties": {
"field_id": {
"description": "ID of the custom field to delete",
"type": "string"
}
},
"required": [
"field_id"
],
"type": "object"
}