Method: resellernotify.unregister
Unregisters a Reseller for receiving notifications.
HTTP request
POST https://reseller.googleapis.com/apps/reseller/v1/resellernotify/unregister
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
serviceAccountEmailAddress |
string
The service account which owns the Cloud-PubSub topic.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ResellernotifyResource
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.order
For more information, see the Authorization guide.
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 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Unregisters a reseller from receiving notifications, stopping the delivery of reseller event messages to the designated Cloud Pub/Sub topic."],["Requires specifying the service account that owns the Cloud Pub/Sub topic using the `serviceAccountEmailAddress` query parameter."],["Utilizes an HTTP POST request to the `/resellernotify/unregister` endpoint and requires authorization with the `https://www.googleapis.com/auth/apps.order` scope."],["Successful unregistration is indicated by an empty request body and a response containing a `ResellernotifyResource` instance."]]],[]]