共用方式為


Indexes - Delete

刪除搜尋索引及其包含的所有檔。 這項作業是永久性的,沒有復原選項。 如果您需要重新建置索引,請確定您有索引定義的主要複本、數據擷取程式碼和主要數據源的備份。

DELETE {endpoint}/indexes('{indexName}')?api-version=2023-10-01-Preview

URI 參數

名稱 位於 必要 類型 Description
endpoint
path True

string

搜尋服務的端點 URL。

indexName
path True

string

要刪除之索引的名稱。

api-version
query True

string

用戶端 API 版本。

要求標頭

名稱 必要 類型 Description
x-ms-client-request-id

string

uuid

與要求一起傳送的追蹤標識碼,以協助偵錯。

If-Match

string

定義 If-Match 條件。 只有在伺服器上的 ETag 符合此值時,才會執行作業。

If-None-Match

string

定義 If-None-Match 條件。 只有在伺服器上的 ETag 不符合此值時,才會執行作業。

回應

名稱 類型 Description
204 No Content
404 Not Found
Other Status Codes

SearchError

錯誤回應。

範例

SearchServiceDeleteIndex

範例要求

DELETE https://myservice.search.windows.net/indexes('myindex')?api-version=2023-10-01-Preview

範例回覆

定義

SearchError

描述 API 的錯誤狀況。

名稱 類型 Description
code

string

其中一組伺服器定義的錯誤碼。

details

SearchError[]

導致此錯誤之特定錯誤的詳細數據陣列。

message

string

人類看得懂的錯誤表示法。