Required. The name of the synonymSet to delete Format: projects/{projectNumber}/locations/{location}/synonymSets/{context}. It takes the form projects/{project}/locations/{location}/synonymSets/{synonymset}.
[[["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 deletes a specified SynonymSet.\u003c/p\u003e\n"],["\u003cp\u003eThe SynonymSet to be deleted is identified by its name, following the format: \u003ccode\u003eprojects/{projectNumber}/locations/{location}/synonymSets/{context}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA NOT_FOUND exception is thrown if the specified SynonymSet does not exist.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful deletion results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eDeletion requires \u003ccode\u003econtentwarehouse.synonymSets.delete\u003c/code\u003e IAM permission and \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.synonymSets.delete\n\nDeletes a SynonymSet for a given context. Throws a NOT_FOUND exception if the SynonymSet is not found.\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.synonymSets.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]