StopWatchingResources
Cancels existing notification channels that monitor changes to Drive files or user activity.
Input
| Name | Type | Description |
| Id | String | A required string that uniquely identifies the notification channel within your project. Used to stop the correct channel. |
| ResourceId | String | A required identifier for the specific resource being monitored on this channel. It is provided by the Drive API when the watch was originally set up. |
| Address | String | An optional HTTPS URL that receives incoming notifications. This is your webhook callback endpoint. |
| ChannelToken | String | An optional string used as a token to help verify the notification channel or associate it with a specific purpose. |
| Expiration | String | An optional Unix timestamp (in milliseconds) representing the exact date and time when notifications should stop being sent for this channel. |
| ResourceURI | String | An optional identifier pointing to the version-specific representation of the resource being watched. |
| Payload | Boolean | If the value is 'true', notification messages will include a data payload. If 'false', only metadata will be sent. |
| AdditionalParameters | Object | An optional JSON object for specifying extra configuration settings that influence delivery channel behavior, such as custom headers or retry policies. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the notification channel was successfully stopped. If 'false', the operation has failed. |