DELETE /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName}/columns/{columnName}
Marks for deletion a blocked column from your table in the destination of an existing connection within your Fivetran account. The column is dropped from the destination on the next sync.
Servers
- https://api.fivetran.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
schemaName |
String | Yes |
The database schema name within your destination (different from the connection schema) |
tableName |
String | Yes |
The table name within your database schema |
columnName |
String | Yes |
The column name within your table |
connectionId |
String | Yes |
The unique identifier for the connection within the Fivetran system |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | No |
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.