Required. The name of the rule set to delete. Format: projects/{projectNumber}/locations/{location}/ruleSets/{rule_set_id}. It takes the form projects/{project}/locations/{location}/ruleSets/{ruleset}.
[[["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-08 UTC."],[[["\u003cp\u003eThis API endpoint is used to delete a specific ruleset within the Content Warehouse service.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter, which includes the project number, location, and rule set ID, is required to identify the ruleset to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, and a successful operation returns an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eDeletion requires OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and IAM permission \u003ccode\u003econtentwarehouse.ruleSets.delete\u003c/code\u003e on the target ruleset resource.\u003c/p\u003e\n"],["\u003cp\u003eIf the specified ruleset does not exist, the API will return a \u003ccode\u003eNOT_FOUND\u003c/code\u003e error.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.ruleSets.delete\n\nDeletes a ruleset. Returns NOT_FOUND if the document does not exist.\n\n### HTTP request\n\n`DELETE https://contentwarehouse.googleapis.com/v1/{name}`\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 is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `contentwarehouse.ruleSets.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]