removeMeasure
@nmi-agro/fdm-source / fdm-core/src / removeMeasure
Function: removeMeasure()
removeMeasure(
fdm,principal_id,b_id_measure):Promise<void>
Defined in: fdm-core/src/measure.ts:530
Deletes a measure instance and its measure_adopting row.
Parameters
fdm
PgDatabase
The FDM instance providing the connection to the database.
principal_id
any
The ID of the principal making the request.
b_id_measure
any
The instance ID of the measure to remove.
Returns
Promise<void>