We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59d2f3 commit 1e6cfcdCopy full SHA for 1e6cfcd
1 file changed
docs/t-sql/statements/drop-endpoint-transact-sql.md
@@ -32,8 +32,7 @@ ms.author: maghan
32
33
## Syntax
34
35
-```
36
-
+```syntaxsql
37
DROP ENDPOINT endPointName
38
```
39
@@ -52,7 +51,7 @@ DROP ENDPOINT endPointName
52
51
## Examples
53
The following example removes a previously created endpoint called `sql_endpoint`.
54
55
+```sql
56
DROP ENDPOINT sql_endpoint;
57
58
0 commit comments