[ Web Proxy ]
URL:
Viewing: https://developers.google.com/workspace/events/reference/rest/v1beta/subscriptions/delete [Back]  [Original]

Method: subscriptions.delete  |  Google Workspace  |  Google for Developers Skip to main content
Send feedback

Method: subscriptions.delete Stay organized with collections Save and categorize content based on your preferences.

outlined_flag
Developer Preview: Available as part of the Google Workspace Developer Preview Program, which grants early access to certain features.

Deletes a Google Workspace subscription. To learn how to use this method, see Delete a Google Workspace subscription.

HTTP request

DELETE https://workspaceevents.googleapis.com/v1beta/{name=subscriptions/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name of the subscription to delete.

Format: subscriptions/{subscription}

Query parameters

Parameters
validateOnly

boolean

Optional. If set to true, validates and previews the request, but doesn't delete the subscription.

allowMissing

boolean

Optional. If set to true and the subscription isn't found, the request succeeds but doesn't delete the subscription.

etag

string

Optional. Etag of the subscription.

If present, it must match with the server's etag. Otherwise, request fails with the status ABORTED.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

For more information, see the Authorization guide.

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-07 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-07 UTC."],[],["This document outlines the process for deleting a Google Workspace subscription via an HTTP DELETE request to `https://workspaceevents.googleapis.com/v1beta/{name=subscriptions/*}`. The `name` path parameter is required to specify the subscription. Optional query parameters include `validateOnly`, `allowMissing`, and `etag`. The request body should be empty. A successful operation returns an Operation instance, while specific OAuth scopes are required for authorization.\n"]]

Web Proxy Viewer  |  New URL  |  Original Page