EntityDelete
Method Signature
EntityDelete(entity=[class])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
Delete an entity from the database.
Delete operations will cascade to related entities if cascade is enabled on the relationship property.
EntityDelete(entity=[class])entity
class
true
The entity instance to delete.
Last updated
Was this helpful?
Was this helpful?