delete_column_connection_config
Mark a blocked column for deletion from the destination table. The column will be dropped during the next sync.
Instructions
⚠️ DESTRUCTIVE - Confirm with user before calling. Marks a blocked column for deletion from your destination table. The column will be dropped during the next sync. For the NetSuite SuiteAnalytics and Salesforce and Salesforce Sandbox connectors, the 'schemas' map field will always have a single entry with the 'netsuite' or 'salesforce' key, respectively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table | |
| column_name | Yes | The name of the column | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/delete_column_connection_config.json', then provide this exact path here to confirm. | |
| schema_name | Yes | The name of the database schema | |
| connection_id | Yes | The unique identifier for the connection |