Method: projects.configs.waiters.delete

Deletes the waiter with the specified name.

HTTP request

DELETE https://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/waiters/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The Waiter resource to delete, in the format:

projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]

Authorization requires the following Google IAM permission on the specified resource name:

  • runtimeconfig.waiters.delete

Request body

The request body must be empty.

Response body

If successful, the response body will be empty.

Authorization Scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.

Try it!