I can add the SoftDelete behaviour on a ManyToMany reference table, this will add a deleted_at column. Unfortunately setting the column to a not NULL value, will not filter out the relations. This is what I had hoped.
Does anybody know a workaround without actually referencing the reference table?