FacetFlux
imports.smartImports.delete
Delete a SmartImport record. Does NOT delete any PIM data created during execution — only the import record itself. Response: { smartImportId, deleted: bool }. Errors: { error: { code: 'not_found', ... } }.
Remote revuo:facetflux
Other tools also called imports.smartImports.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"smartImportId": {
"description": "SmartImport id.",
"type": "string"
}
},
"required": [
"smartImportId"
]
}