User assigned name of the Response Policy containing the Response Policy Rule.
responsePolicyRule
string
User assigned name of the Response Policy Rule addressed by this request.
Query parameters
Parameters
clientOperationId
string
For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
[[["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-19 UTC."],[[["\u003cp\u003eThis page documents the process for deleting a Response Policy Rule using a \u003ccode\u003eDELETE\u003c/code\u003e HTTP request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe URL includes path parameters such as \u003ccode\u003eproject\u003c/code\u003e, \u003ccode\u003eresponsePolicy\u003c/code\u003e, and \u003ccode\u003eresponsePolicyRule\u003c/code\u003e, which are essential for identifying the specific resource to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eclientOperationId\u003c/code\u003e can be included as a query parameter for identifying the request in mutating operations.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for deleting a Response Policy Rule must be empty, and a successful deletion results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires one of the listed OAuth scopes, either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/ndev.clouddns.readwrite\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: responsePolicyRules.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nDeletes a previously created Response Policy Rule.\n\n### HTTP request\n\n`DELETE https://dns.googleapis.com/dns/v1beta2/projects/{project}/responsePolicies/{responsePolicy}/rules/{responsePolicyRule}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\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- `\n https://www.googleapis.com/auth/ndev.clouddns.readwrite`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/external/authorization-gcp)."]]