the context object
the name of the collection
the child object to remove
the parent object id
options to change behaviour of DynamoDB
Optional
condition?: CompositeConditiona condition expression blocking the delete operation
the deleted object (as stored in the database), or
undefined
if not found
when the collection is not found in the context
Generated using TypeDoc
Delete a child object using its
_id
field and its parents_id
.