observationJobs.delete deletes an ObservationJob. This method will fail if the observation job is currently being used by any ObservationSource, 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."],[[["Deletes an ObservationJob, failing if the job is in use by any ObservationSource."],["Uses a `DELETE` HTTP request with a specific URL structure: `https://apim.googleapis.com/v1alpha/{name=projects/*/locations/*/observationJobs/*}`."],["Requires a `name` path parameter in the specified format: `projects/{project}/locations/{location}/observationJobs/{observationJob}`."],["The request body for this operation must be empty."],["Upon success, returns an `Operation` resource, and requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope and `apim.observationJobs.delete` IAM permission."]]],[]]