[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["This API request is used to stop watching resources through a specific channel."],["The request requires the channel's unique ID and the resource ID being watched."],["A successful request results in an empty response body, confirming the resource is no longer being watched on that channel."]]],["To stop watching resources, send a `POST` request to `https://www.googleapis.com/admin/reports/v1/channels/stop`. The request body requires a JSON object containing two string fields: `id`, a unique identifier for the channel, and `resourceId`, an opaque ID identifying the watched resource. A successful request results in an empty response body. This method stops resource monitoring through a specified channel.\n"]]