Skip to main content

removeSoilImageAnnotation

@nmi-agro/fdm-source


@nmi-agro/fdm-source / fdm-core/src / removeSoilImageAnnotation

Function: removeSoilImageAnnotation()

removeSoilImageAnnotation(fdm, principal_id, a_id_annotation): Promise<void>

Defined in: fdm-core/src/soil-image.ts:322

Removes an annotation from a soil image.

Parameters

fdm

PgDatabase

The FDM database instance.

principal_id

any

The ID of the principal performing the removal.

a_id_annotation

any

The ID of the annotation to remove.

Returns

Promise<void>