[[["התוכן קל להבנה","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 (שעון UTC)."],[[["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"]]