[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-26 UTC."],[],[],null,["# Method: projects.services.resourcePolicies.delete\n\nDeletes the specified [ResourcePolicy](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies#ResourcePolicy) configuration.\n\n### HTTP request\n\n`DELETE https://firebaseappcheck.googleapis.com/v1/{name=projects/*/services/*/resourcePolicies/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The relative resource name of the [ResourcePolicy](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies#ResourcePolicy) to delete, in the format: projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id} |\n\n### Query parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `etag` | `string` The checksum to be validated against the current [ResourcePolicy](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies#ResourcePolicy), to ensure the client has an up-to-date value before proceeding. This checksum is computed by the server based on the values of fields in the [ResourcePolicy](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies#ResourcePolicy) object, and can be obtained from the [ResourcePolicy](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies#ResourcePolicy) object received from the last [resourcePolicies.create](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies/create#google.firebase.appcheck.v1.ConfigService.CreateResourcePolicy), [resourcePolicies.get](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies/get#google.firebase.appcheck.v1.ConfigService.GetResourcePolicy), [resourcePolicies.list](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies/list#google.firebase.appcheck.v1.ConfigService.ListResourcePolicies), [resourcePolicies.patch](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies/patch#google.firebase.appcheck.v1.ConfigService.UpdateResourcePolicy), or [resourcePolicies.batchUpdate](/docs/reference/appcheck/rest/v1/projects.services.resourcePolicies/batchUpdate#google.firebase.appcheck.v1.ConfigService.BatchUpdateResourcePolicies) call. This etag is strongly validated as defined by RFC 7232. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]