Method: channels.stop
Stay organized with collections
Save and categorize content based on your preferences.
Stop watching resources through this channel.
HTTP request
POST https://www.googleapis.com/admin/reports/v1/channels/stop
Request body
JSON representation |
{
"id": string,
"resourceId": string
} |
Fields |
id |
string
A UUID or similar unique string that identifies this channel.
|
resourceId |
string
An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
|
Response body
If successful, this method returns an empty response body.
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-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# Method: channels.stop\n\nStop watching resources through this channel.\n\n### HTTP request\n\n`POST https://www.googleapis.com/admin/reports/v1/channels/stop`\n\n### Request body\n\n| JSON representation ||\n|------------------------------------------------|---|\n| ``` { \"id\": string, \"resourceId\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` A UUID or similar unique string that identifies this channel. |\n| `resourceId` | `string` An opaque ID that identifies the resource being watched on this channel. Stable across different API versions. |\n\n### Response body\n\nIf successful, this method returns an empty response body."]]