When models are updated with radiks, radiks-server checks to make sure the updatedAt field is bigger than it was before, which is a way of preventing "signature jacking", similar to how nonces are used in blockchains. The delete API doesn't have this functionality right now, and it should.