delete_mapping
Delete a saved mapping to prevent new imports from using it. Previous imports referencing the mapping retain their historical records.
Instructions
Deletes a saved mapping. Irreversible. Imports that referenced this mapping keep their historical record but new imports can no longer pick it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company id from list_companies. | |
| mappingId | Yes | Mapping id from list_mappings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | True if the mapping was deleted. | |
| mappingId | Yes | Id of the deleted mapping. |