Collections - Delete Collection
刪除集合實體。
DELETE {endpoint}/collections/{collectionName}?api-version=2019-11-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
collection
|
path | True |
string |
|
endpoint
|
path | True |
string |
Purview 帳戶的帳戶的帳戶端點。 範例:https://{accountName}.purview.azure.com/account/ |
api-version
|
query | True |
string |
要使用的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
Success |
|
Other Status Codes |
從提供者收到的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Collections_DeleteCollection
範例要求
DELETE {endpoint}/collections/myCollection1?api-version=2019-11-01-preview
範例回覆
Date: Wed, 13 Sep 2017 18:04:32 GMT
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
X-Content-Type-Options: nosniff
x-ms-correlation-request-id: 25c78f97-0b0a-4fe9-ad39-883a482265cd
定義
名稱 | Description |
---|---|
Error |
取得或設定錯誤。 |
Error |
默認錯誤模型 |
Error |
默認錯誤回應模型 |
Error
取得或設定錯誤。
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorModel
默認錯誤模型
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorResponseModel
默認錯誤回應模型
名稱 | 類型 | Description |
---|---|---|
error |
取得或設定錯誤。 |