API
Delete Importer
Delete an importer along with all associated objects (template, columns)
DELETE
/
importer
/
{id}
Authorization
Path
curl --request DELETE \
--url https://api.tableflow.com/v1/importer/{id}
{}
Path Parameters
id
string
requiredImporter ID
Response
200 - application/json
The response is of type object
.
curl --request DELETE \
--url https://api.tableflow.com/v1/importer/{id}
{}