.drop external table mapping command

Applies to: ✅ Azure Data Explorer

Drops an external table mapping.

Syntax

.drop external table ExternalTableName mapping MappingName

Learn more about syntax conventions.

Parameters

Name Type Required Description
ExternalTableName The name of the external table to which to assign the mapping.
MappingName The name of the mapping.

Example

.drop external table MyExternalTable mapping "Mapping1"