StopWatchingResources
Stops receiving notifications for a particular channel before it expires. If successful, this method returns an empty response.
Input
Name | Type | Description |
Id | String | A required property string that uniquely identifies this new notification channel within your project. |
ResourceId | String | A required opaque ID that identifies the resource being watched on this channel. |
Address | String | An optional property string set to the URL that listens and responds to notifications for this notification channel. This is your Webhook callback URL, and it must use HTTPS. |
ChannelToken | String | An optional token property that specifies an arbitrary string value to use as a channel token. |
Expiration | String | An optional property string set to a Unix timestamp (in ms) of the date and time when you want the Drive API to stop sending messages for this notification channel. |
ResourceURI | String | An optional version-specific identifier for the watched resource. |
Payload | Boolean | An optional boolean value to indicate whether payload is wanted. |
AdditionalParameters | Object | An optional json object used for specifying additional parameters that controll delivery channel behavior. Example : { |