.drop graph_model (preview)

Applies to: ✅ Azure Data Explorer

Note

This feature is currently in public preview. Functionality and syntax are subject to change before General Availability.

Deletes an existing graph model and all its versions from the database, including any associated snapshots.

Permissions

To run this command, you need Database admin permissions or Graph admin permissions.

Syntax

.drop graph_model GraphModelName

Parameters

Name Type Required Description
GraphModelName String The name of the graph model to drop.

Returns

This command doesn't return any output.

Examples

Drop a graph model

.drop graph_model SocialNetwork

Notes

  • The .drop graph_model command permanently deletes the graph model and all its versions. This operation can't be undone.
  • This command also deletes all snapshots associated with the graph model.
  • Dropping a graph model doesn't affect the source data that was used to create it.