Method: projects.muteConfigs.delete

Löscht eine vorhandene Stummschaltungskonfiguration. Wenn kein Standort angegeben ist, ist „global“ die Standardeinstellung.

HTTP-Anfrage


Die URLs verwenden die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
name

string

Pflichtangabe. Name der zu löschenden Stummschaltungskonfiguration. Die folgende Liste enthält einige Beispiele für das Format:

  • organizations/{organization}/muteConfigs/{configId} + organizations/{organization}/locations/{location}/muteConfigs/{configId}
  • folders/{folder}/muteConfigs/{configId}
  • folders/{folder}/locations/{location}/muteConfigs/{configId}
  • projects/{project}/muteConfigs/{configId}
  • projects/{project}/locations/{location}/muteConfigs/{configId}

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

  • https://www.googleapis.com/auth/cloud-platform

Weitere Informationen finden Sie unter Authentication Overview.