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.
Example response
{
"data": "OK"
}