Method: channels.stop
Stops watching resources through this channel.
HTTP request
POST https://www.googleapis.com/admin/directory/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 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["This endpoint (`POST https://www.googleapis.com/admin/directory/v1/channels/stop`) is used to halt the monitoring of resources through a specific channel."],["To stop watching a resource, provide the channel's unique identifier (`id`) and the resource's identifier (`resourceId`) in the request body."],["A successful request will return an empty response body, indicating that resource monitoring has been stopped on the specified channel."]]],[]]