Required. The name of the watchlist to delete. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
Query parameters
Parameters
force
boolean
Optional. If set to true, any entities under this watchlist will also be deleted. (Otherwise, the request will only work if the watchlist has no entities.)
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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-03-27 UTC."],[[["This webpage documents how to delete a watchlist associated with a specific instance using the `projects.locations.instances.watchlists.delete` API."],["The deletion process requires a `DELETE` HTTP request to the specified URL, including the watchlist's name in the path."],["An optional `force` query parameter allows the deletion of any entities within the watchlist if set to true, otherwise watchlist must be empty."],["The request body must be empty and a successful response is an empty JSON object."],["Deleting a watchlist requires the `chronicle.watchlists.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]