/channels/stop
POST
/channels/stop
channels
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.googleapis.com/calendar/v3/channels/stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"expiration": "string",
"id": "string",
"kind": "api#channel",
"params": {
"property1": "string",
"property2": "string"
},
"payload": true,
"resourceId": "string",
"resourceUri": "string",
"token": "string",
"type": "string"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2023-08-15 05:59:47