v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Table

Delete Integration from Table

Remove a specific integration from a table.

delete/v1/table/{table_id}/sync/{integration_name}

Path parameters

table_idstring uuid required

UUID of the table from which the integration will be removed.

integration_namestring required

Name of the integration to be removed.

Response

Successfully removed the integration from the table.

metadataobject
datastring

Example response

{
  "data": "OK"
}