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 endpoint deletes a specified WorkloadIdentityPoolProvider, but note that it does not revoke already issued credentials, which will continue to grant access."],["Deleted 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."],["The HTTP request uses a `DELETE` method to target the provider's name in the URL, which must follow the `gRPC` Transcoding syntax and requires a specific `name` parameter."],["The request body must be empty for this operation, and a successful response will return an instance of `Operation`."],["To execute this operation, you need one of the listed OAuth scopes and the `iam.workloadIdentityPoolProviders.delete` IAM permission on the targeted resource."]]],[]]