تاريخ التعديل الأخير: 2024-05-03 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]]