Drop a Blocked Column From the Destination
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.
Request schema
Path parameters
The unique identifier for the connection within the Fivetran system.
The schema name as stored in the connection schema config. This value is case-sensitive; an incorrect case will result in a 404.
The table name as stored in the connection schema config. This value is case-sensitive; an incorrect case will result in a 404.
The column name as stored in the connection schema config. This value is case-sensitive; an incorrect case will result in a 404.
Header parameters
HTTP: basicAuth
HTTP AuthorizationScheme: basic
DELETE /v1/connections/connectionId/schemas/schemaName/tables/tableName/columns/columnName HTTP/1.1 Accept: application/json Authorization: BasicHost: api.fivetran.com
Responses
200
Response status code
Response status text
{ "code": "Success", "message": "Column successfully marked for deletion" }