Deleting Records
UseDeleteAsync to remove an entity by its ID.
Delete a record
Error handling
DeleteAsync throws InvalidOperationException if the deletion fails — for example, when the entity has dependent records:
How to delete entities in Nexudus using the SDK.
DeleteAsync to remove an entity by its ID.
DeleteAsync throws InvalidOperationException if the deletion fails — for example, when the entity has dependent records: