Method: forms.watches.delete

删除手表。

HTTP 请求

DELETE https://forms.googleapis.com/v1/forms/{formId}/watches/{watchId}

网址采用 gRPC 转码语法。

路径参数

参数
formId

string

必需。表单的 ID。

watchId

string

必需。要删除的手表的 ID。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文为空。

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.readonly
  • https://www.googleapis.com/auth/forms.body
  • https://www.googleapis.com/auth/forms.body.readonly
  • https://www.googleapis.com/auth/forms.responses.readonly

有关详情,请参阅授权指南