Method DeleteAsync(IRedbObject, IRedbUser)

Assembly: redb.Core.dll

Deletes an object from the database using atomic ExecuteDeleteAsync.
Thread-safe and handles concurrent delete attempts gracefully.

public Task<bool> DeleteAsync(IRedbObject obj, IRedbUser user)