observationSources.delete deletes an observation source. This method will fail if the observation source is currently being used by any ObservationJob, even if not enabled.
[[["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 2024-05-29 UTC."],[[["This webpage documents how to delete an observation source using the `observationSources.delete` method, which is part of the Google Cloud API."],["Deleting an observation source requires a `DELETE` HTTP request to the specified URL, which uses gRPC Transcoding syntax, and the request body must be empty."],["The URL includes a required `name` path parameter specifying the observation source's resource location within the project."],["A successful deletion operation will return an instance of an `Operation` in the response body."],["To delete an observation source, you need the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `apim.observationSources.delete` IAM permission."]]],[]]