Method: forms.watches.delete

Smartwatch löschen.

HTTP-Anfrage

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

Die URL verwendet die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
formId

string

Erforderlich. Die ID des Formulars.

watchId

string

Erforderlich. Die ID der zu löschenden Uhr.

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.

Autorisierungsbereiche

Erfordert einen der folgenden OAuth-Bereiche:

  • 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

Weitere Informationen finden Sie im Leitfaden zur Autorisierung.