Method: channels.stop

停止通过此频道观看资源。

HTTP 请求

POST https://www.googleapis.com/admin/directory/v1/channels/stop

请求正文

JSON 表示法
{
  "id": string,
  "resourceId": string
}
字段
id

string

用于标识此频道的 UUID 或类似的唯一字符串。

resourceId

string

不透明的 ID,用于标识此频道上正在监控的资源。在不同的 API 版本中保持稳定。

响应正文

如果成功,此方法将返回空的响应正文。