Full name: projects.locations.instances.watchlists.entities.remove
Removes the entity in the given watchlist.
HTTP request
POST https://chronicle.googleapis.com/v1alpha/{name}:remove
Path parameters
Parameters
name
string
Required. The name of the entity to remove. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}/entities/{entity}
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-01-22 UTC."],[[["This API endpoint removes a specified entity from a watchlist using a POST request."],["The `name` path parameter is required and must contain the full identifier of the entity to be removed."],["The request body for this operation must be empty."],["A successful request will return an empty JSON object as the response body."],["This operation requires the `chronicle.entities.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]