.delete table policy restricted_view_access command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Delete the optional table restricted view access policy. When this policy is turned on for a table, only principals who have an UnrestrictedViewer role in the database can query the data. Deleting a policy is similar to turning off a policy.
You must have at least Table Admin permissions to run this command.
.delete
table
TableName policy
restricted_view_access
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table. |
.delete table MyTable policy restricted_view_access