node.lightyear.deleteobject
Home > @runlightyear/node > Lightyear > deleteObject
Lightyear.deleteObject() method
Signature:deleteObject(props: {
collection: string;
model: string;
objectId: string;
}): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
props | { collection: string; model: string; objectId: string; } |
Promise<void>