.drop external table mapping command

Switch services using the Version drop-down list. Learn more about navigation.
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"