func (s *Store) DelSfcDelegation(id sfctype.DelegationID) {
    s.mutex.Delegations.Lock()
    defer s.mutex.Delegations.Unlock()

    err := s.table.Delegations.Delete(id.Bytes())