.drop entity_group command

Applies to: ✅ Azure Data Explorer

Drops an entity group from a database.

Permissions

You must have at least Database Admin permissions to run this command.

Syntax

.drop entity_group EntityGroupName

Learn more about syntax conventions.

Parameters

Name Type Required Description
EntityGroupName string The name of the specific entity group you want to drop.

Returns

This command returns a list of the remaining tables in the database.

Output parameter Type Description
Name string The name of the entity group.
Entities array An array with one or more entities.

Examples

The following example drops the MyEntityGroup from your selected database.

.drop entity_group MyEntityGroup