Skip to main content

node.lightyear.deleteobject

Home > @runlightyear/node > Lightyear > deleteObject

Lightyear.deleteObject() method

Signature:
deleteObject(props: {
collection: string;
model: string;
objectId: string;
}): Promise<void>;

Parameters

ParameterTypeDescription
props{ collection: string; model: string; objectId: string; }
Returns:

Promise<void>