Deletes a WorkloadIdentityPoolProvider. Deleting a provider does not revoke credentials that have already been issued; they continue to grant access. You can undelete a provider for 30 days. After 30 days, deletion is permanent. You cannot update deleted providers. However, you can view and list them.
[[["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-05-21 UTC."],[[["\u003cp\u003eThis endpoint deletes a specified WorkloadIdentityPoolProvider, but note that it does not revoke already issued credentials, which will continue to grant access.\u003c/p\u003e\n"],["\u003cp\u003eDeleted providers can be undeleted within 30 days; after this period, deletion becomes permanent, and updates are no longer possible, though viewing and listing remain available.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eDELETE\u003c/code\u003e method to target the provider's name in the URL, which must follow the \u003ccode\u003egRPC\u003c/code\u003e Transcoding syntax and requires a specific \u003ccode\u003ename\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for this operation, and a successful response will return an instance of \u003ccode\u003eOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo execute this operation, you need one of the listed OAuth scopes and the \u003ccode\u003eiam.workloadIdentityPoolProviders.delete\u003c/code\u003e IAM permission on the targeted resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.workloadIdentityPools.providers.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- [IAM Permissions](#body.aspect_1)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nDeletes a [WorkloadIdentityPoolProvider](/iam/docs/reference/rest/v1beta/projects.locations.workloadIdentityPools.providers#WorkloadIdentityPoolProvider). Deleting a provider does not revoke credentials that have already been issued; they continue to grant access. You can undelete a provider for 30 days. After 30 days, deletion is permanent. You cannot update deleted providers. However, you can view and list them.\n\n### HTTP request\n\n`DELETE https://iam.googleapis.com/v1beta/{name=projects/*/locations/*/workloadIdentityPools/*/providers/*}`\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 contains an instance of [Operation](/iam/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/iam`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `iam.workloadIdentityPoolProviders.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]