[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-05-03 (世界標準時間)。"],[[["This method deletes a Google Workspace subscription using a `DELETE` request to the specified URL."],["The request requires a `name` path parameter specifying the subscription to delete and optional query parameters for validation, error handling, and etag verification."],["An empty request body is required, and a successful response returns an `Operation` object indicating the deletion status."],["Authorization requires one of the listed OAuth scopes, providing access to various Google Chat and Meet functionalities."]]],["To delete a Google Workspace subscription, send a `DELETE` request to `https://workspaceevents.googleapis.com/v1/{name=subscriptions/*}`, specifying the subscription's resource name in the `name` path parameter. The request body must be empty. Optional query parameters include `validateOnly`, `allowMissing`, and `etag` for validation, handling missing subscriptions, and matching server etags. Successful responses return an `Operation` instance with empty `metadata` and `response` fields. Requires specific OAuth scopes for authorization.\n"]]