Skip to main content

ObservationDelete

Delete an existing Observation resource.

Mutation

mutation ObservationDelete($id: ID!, ) {
ObservationDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.