Deletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing obsolete clients, managing the number of clients in a given project, and cleaning up after tests. Requires that the client is owned by IAP.
Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{projectNumber/id}/brands/{brand}/identityAwareProxyClients/{clientId}.
Authorization requires the following IAM permission on the specified resource name:
clientauthconfig.clients.delete
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-17 UTC."],[[["\u003cp\u003eThis endpoint deletes an Identity Aware Proxy (IAP) OAuth client, which is helpful for managing and removing obsolete clients.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eDELETE\u003c/code\u003e method with a specific URL structure based on gRPC Transcoding syntax to identify the client to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is mandatory, requiring the full client identifier in the format \u003ccode\u003eprojects/*/brands/*/identityAwareProxyClients/*\u003c/code\u003e, and the user requires authorization via the \u003ccode\u003eclientauthconfig.clients.delete\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request body and the successful response body for this operation are empty.\u003c/p\u003e\n"],["\u003cp\u003eExecuting this operation necessitates the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.brands.identityAwareProxyClients.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes an Identity Aware Proxy (IAP) OAuth client. Useful for removing obsolete clients, managing the number of clients in a given project, and cleaning up after tests. Requires that the client is owned by IAP.\n\n### HTTP request\n\n`DELETE https://iap.googleapis.com/v1/{name=projects/*/brands/*/identityAwareProxyClients/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is an empty JSON object.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]