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-01-16 UTC."],[[["This webpage details the process of deleting a WorkloadIdentityPoolProvider, which does not revoke already issued credentials but allows for undeletion within 30 days."],["The deletion is performed via a DELETE HTTP request to a specific URL using gRPC Transcoding syntax, where the provider's name is a required path parameter."],["The request body for deleting a provider must be empty, and a successful deletion returns an Operation instance in the response body."],["Deleting a provider requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/iam` OAuth scope, along with the `iam.workloadIdentityPoolProviders.delete` IAM permission."]]],[]]