Method: projects.locations.oauthClients.credentials.delete

Deletes an OauthClientCredential.

Before deleting an OauthClientCredential, it should first be disabled.

HTTP request

DELETE https://iam.googleapis.com/v1/{name=projects/*/locations/*/oauthClients/*/credentials/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the OauthClientCredential to delete.

Format: projects/{project}/locations/{location}/oauthClients/{oauthClient}/credentials/{credential}.

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.