Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Azure Data Explorer
Delete the callout policy defined for the cluster.
You must have Cluster AllDatabasesAdmin permissions to run this command.
.delete
cluster
policy
callout
Learn more about syntax conventions.
Name | Type | Description |
---|---|---|
PolicyName | string |
Name of the policy. For cluster callout policy this value is CalloutPolicy. |
EntityName | string |
Name of the entity for which the policy is set. For cluster callout policy this value is an empty string. |
Policy | string |
JSON representation of the policy object. This command sets this value to null. |
ChildEntities | string |
Child entities for which this policy is set. For cluster callout policy this value is an empty string. |
EntityType | string |
Type of entity for which this policy is set. For cluster callout policy this value is an empty string. |
Delete cluster callout policy:
.delete cluster policy callout
Output
PolicyName | EntityName | Policy | ChildEntities | EntityType |
---|---|---|---|---|
CalloutPolicy | null |
Notice that this command doesn't delete the immutable predefined callout policies. For more information, see predefined callout policies.