| title | description | ms.reviewer | ms.topic | ms.date |
|---|---|---|---|---|
.delete table policy restricted_view_access command |
Learn how to use the `.delete table policy restricted_view_access` command to delete a table's restricted view access policy. |
yonil |
reference |
08/11/2024 |
[!INCLUDE applies] [!INCLUDE fabric] [!INCLUDE 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
[!INCLUDE syntax-conventions-note]
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table. |
.delete table MyTable policy restricted_view_access