共用方式為


Topics - Delete

刪除主題。
刪除現有的主題。

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}?api-version=2022-06-15

URI 參數

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

string

用戶訂用帳戶內的資源組名。

subscriptionId
path True

string

可唯一識別 Microsoft Azure 訂用帳戶的訂用帳戶認證。 訂用帳戶識別碼會構成每個服務呼叫 URI 的一部分。

topicName
path True

string

主題的名稱。

api-version
query True

string

要與用戶端要求搭配使用的 API 版本。

回應

名稱 類型 Description
202 Accepted

已接受

204 No Content

NoContent

Other Status Codes

錯誤回應: ≦

  • 400 不正確的要求。

  • 404 找不到。

  • 500 內部伺服器錯誤。

範例

Topics_Delete

範例要求

DELETE https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1?api-version=2022-06-15

範例回覆